Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
msvc.hpp File Reference

Classes

struct  boost::concept_checking::concept_check_< Model >
 
struct  boost::concept_check< Model >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::concept_checking
 

Macros

#define BOOST_CONCEPT_ASSERT(ModelInParens)
 

Functions

template<class Model >
concept_check< Model > boost::concept_check_ (void(*)(Model))
 

Macro Definition Documentation

#define BOOST_CONCEPT_ASSERT (   ModelInParens)
Value:
enum { BOOST_PP_CAT(boost_concept_check,__LINE__) = \
sizeof(::boost::concept_check_((void(*) ModelInParens)0)) \
}
Definition: general.hpp:25
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24