Boost.OpenMethod

    • Tutorials
      • Hello World
      • Multiple Dispatch
      • Headers and Namespaces
      • Friendship
      • Performance
      • Smart Pointers
      • Virtual Pointer Alternatives
      • Core API
      • Registries and Policies
      • Error Handling
      • Custom RTTI
      • Dynamic Loading
    • Reference
  • boost::openmethod::registry::policy
arrow_upward

boost::openmethod::registry::policy

Synopsis

Declared in <boost/openmethod/registry.hpp>

template<class PolicyCategory>
using policy = detail::get_policy_aux<registry_type, mp11::mp_find_if_q<policy_list, mp11::mp_bind_front_q<mp11::mp_quote_trait<is_base_of>, PolicyCategory>>>::type;

Created with MrDocs