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