Template Function camp::concepts::has_type

Function Documentation

template<typename T, typename U>
constexpr auto camp::concepts::has_type(U&&) noexcept -> metalib::is_same<T, U>

metafunction for use within decltype expression to validate type of expression