Variable Acts::Concepts::identical_to¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<class
Exact, template<class...> classOp, class ...Args>
constexpr boolActs::Concepts::identical_to= is_detected_exact<Exact, Op, Args...>::value¶ Unpacks the constexpr boolean value from
is_detected_exact- Template Parameters
Exact: The type to check identity againstOp: The operationArgs: The arguments to the operation.