9#ifndef BOOST_CLBL_TRTS_IS_CONST_MEMBER_HPP
10#define BOOST_CLBL_TRTS_IS_CONST_MEMBER_HPP
14namespace boost {
namespace callable_traits {
25struct is_const_member;
35#ifdef BOOST_CLBL_TRTS_DISABLE_VARIABLE_TEMPLATES
39 static_assert(std::is_same<T, detail::dummy>::value,
40 "Variable templates not supported on this compiler.");
#define BOOST_CLBL_TRAITS_INLINE_VAR
typename std::remove_cv< typename std::remove_reference< T >::type >::type shallow_decay
typename BOOST_CLBL_TRTS_DISJUNCTION(function_object< unwrap_reference< T > >, function< T >, pmf< T >, pmd< T >, default_callable_traits< T >)::traits traits
BOOST_CLBL_TRAITS_INLINE_VAR constexpr bool is_const_member_v
typename detail::traits< detail::shallow_decay< T > >::is_const_member type