Template Function camp::concepts::is

Function Documentation

template<typename BoolLike>
constexpr auto camp::concepts::is(BoolLike) noexcept -> camp::if_<BoolLike, camp::true_type, camp::false_type>