#include <functional>Go to the source code of this file.
Namespaces | |
| fhicl | |
| fhicl::detail | |
Typedefs | |
| template<typename T > | |
| using | fhicl::NullaryConfigPredicate_t = bool(T::*)() const |
Functions | |
| std::function< bool()> | fhicl::detail::AlwaysUse () |
| template<typename T > | |
| std::function< bool()> | fhicl::use_if (T *p, NullaryConfigPredicate_t< T > f) |
| template<typename T > | |
| std::function< bool()> | fhicl::use_unless (T *p, NullaryConfigPredicate_t< T > f) |
1.8.11