#include <type_traits>
Go to the source code of this file.
Classes | |
struct | beluga::policy< PolicyFn > |
Forward declaration of policy. More... | |
struct | beluga::policy< PolicyFn > |
Forward declaration of policy. More... | |
struct | beluga::policy_base |
Implementation detail for a policy base object. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
beluga::detail | |
Typedefs | |
template<class... Args> | |
using | beluga::any_policy = policy< std::function< bool(Args...)> > |
Type erased policy. More... | |
Variables | |
constexpr detail::make_policy_fn | beluga::make_policy |
Make policy function objects. More... | |