is_const_member.hpp
Go to the documentation of this file.
67 * `T` is a function object with a non-overloaded `operator()`, where the `operator()` has a `const` member qualifier
68 * On compilers that support variable templates, `is_const_member_v<T>` is equivalent to `is_const_member<T>::value`.
typename std::remove_cv< typename std::remove_reference< T >::type >::type shallow_decay
Definition: utility.hpp:79
typename BOOST_CLBL_TRTS_DISJUNCTION(function_object< unwrap_reference< T > >, function< T >, pmf< T >, pmd< T >, default_callable_traits< T >)::traits traits
Definition: traits.hpp:25
constexpr BOOST_CLBL_TRAITS_INLINE_VAR bool is_const_member_v
Definition: is_const_member.hpp:50
Definition: add_member_const.hpp:14
typename detail::traits< detail::shallow_decay< T > >::is_const_member type
Definition: is_const_member.hpp:32