Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::registry::policy_list
arrow_upward

boost::openmethod::registry::policy_list

List of policies selected in a registry.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

using policy_list = mp11::mp_list<Policy...>;

Description

policy_list is a Boost.Mp11 list containing the policies passed to the registry clas template.

Template Parameters

Name Description

Class

A registered class.

Created with MrDocs