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