is_volatile_member.hpp
Go to the documentation of this file.
71 * `T` is a function object with a non-overloaded `operator()`, where the `operator()` has a `volatile` member qualifier
72 * On compilers that support variable templates, `is_volatile_member_v<T>` is equivalent to `is_volatile_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_volatile_member_v
Definition: is_volatile_member.hpp:53
Definition: add_member_const.hpp:14
typename detail::traits< detail::shallow_decay< T > >::is_volatile_member type
Definition: is_volatile_member.hpp:35