boost::openmethod::registry::with
Add or replace policies.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
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 |
Created with MrDocs