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

Classes

struct  boost::type_of::typeof_emulation_is_unsupported_on_this_compiler
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::type_of
 

Macros

#define BOOST_TYPEOF(expr)   boost::type_of::typeof_emulation_is_unsupported_on_this_compiler
 
#define BOOST_TYPEOF_TPL   BOOST_TYPEOF
 
#define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name, expr)
 
#define BOOST_TYPEOF_NESTED_TYPEDEF(name, expr)
 
#define BOOST_TYPEOF_REGISTER_TYPE(x)
 
#define BOOST_TYPEOF_REGISTER_TEMPLATE(x, params)
 

Macro Definition Documentation

#define BOOST_TYPEOF_NESTED_TYPEDEF (   name,
  expr 
)
Value:
struct name {\
typedef BOOST_TYPEOF(expr) type;\
};
const int name
Definition: gzip.hpp:94
#define BOOST_TYPEOF(expr)
Definition: unsupported.hpp:12
adjacency_iterator typedef T::adjacency_iterator type
Definition: graph_traits.hpp:42
#define BOOST_TYPEOF_NESTED_TYPEDEF_TPL (   name,
  expr 
)
Value:
struct name {\
typedef BOOST_TYPEOF_TPL(expr) type;\
};
const int name
Definition: gzip.hpp:94
adjacency_iterator typedef T::adjacency_iterator type
Definition: graph_traits.hpp:42
#define BOOST_TYPEOF_TPL
Definition: unsupported.hpp:13
#define BOOST_TYPEOF_REGISTER_TEMPLATE (   x,
  params 
)
#define BOOST_TYPEOF_REGISTER_TYPE (   x)
#define BOOST_TYPEOF_TPL   BOOST_TYPEOF