Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::openmethod::registry::with :: Boost.OpenMethod

boost::openmethod::registry::with

Add or replace policies.

Synopsis

template<class... NewPolicies>
using with = boost::mp11::mp_apply<registry, /* implementation-defined */::type>;

Description

with aliases to a registry with additional policies, overwriting any existing policies in the same category as the new ones.

Template Parameters

Name Description

NewPolicies

Models of policies::Policy.

Created with MrDocs