Variable Acts::concept::identical_to¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<class Exact, template< class... > class Op, class... Args> constexpr bool Acts::concept::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.