ComPPare 1.0.0
|
Partial specialization of outspec for user-defined error policy selection. More...
#include <comppare.hpp>
Public Types | |
using | outtype_t = std::decay_t< Value > |
using | policy_t = Policy |
Partial specialization of outspec for user-defined error policy selection.
outspec<outspec<T, P>, void>
would be sufficient. However, it is included for clarity and to explicitly handle the case where both Value and Policy are provided. Value | |
Policy |
using comppare::outspec< Value, Policy >::outtype_t = std::decay_t<Value> |
using comppare::outspec< Value, Policy >::policy_t = Policy |