class_of.hpp File Reference

Classes

struct  boost::callable_traits::detail::class_of_impl< T, typename >
 
struct  boost::callable_traits::detail::class_of_impl< T, typename std::is_same< class_of_t< T >, detail::dummy >::type >
 
struct  boost::callable_traits::class_of< T >
 

Namespaces

 boost
 
 boost::callable_traits
 
 boost::callable_traits::detail
 

Typedefs

template<typename T >
using boost::callable_traits::class_of_t = detail::try_but_fail_if_invalid< typename detail::traits< detail::shallow_decay< T > >::class_type, type_is_not_a_member_pointer >