Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
common_type.hpp File Reference
Include dependency graph for common_type.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::common_type< T >
 
struct  boost::common_type< T >
 
struct  boost::type_traits_detail::common_type_2< T, U >
 
struct  boost::type_traits_detail::common_type_2< T, T >
 
struct  boost::common_type< T, U >
 
struct  boost::common_type< T, U, V...>
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::type_traits_detail
 

Macros

#define BOOST_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES)   static_assert(CND,MSG)
 
#define BOOST_COMMON_TYPE_MUST_BE_A_COMPLE_TYPE   "must be complete type"
 

Macro Definition Documentation

#define BOOST_COMMON_TYPE_MUST_BE_A_COMPLE_TYPE   "must be complete type"
#define BOOST_COMMON_TYPE_STATIC_ASSERT (   CND,
  MSG,
  TYPES 
)    static_assert(CND,MSG)