parse_shims.cc
Go to the documentation of this file.
1 #include "fhiclcpp/parse_shims.h"
3 
4 #include <iostream>
5 
6 namespace shims {
7 
8  bool
10  {
11  static const auto _mode = bool{m};
12  return _mode;
13  }
14 }
bool isSnippetMode(bool m)
Definition: parse_shims.cc:9