boost::openmethod::registry::without

Remove policies.

Synopsis

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

Description

without aliases to a registry containing the same policies, except those that derive from Categories.

Template Parameters

Name Description

Categories

Models of policies::PolicyCategory.

Created with MrDocs