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

Macros

#define BOOST_TYPE_ERASURE_MAX_FUNCTIONS   50
 The maximum number of functions that an any can have. More...
 
#define BOOST_TYPE_ERASURE_MAX_ARITY   5
 The maximum number of arguments that functions in the library support. More...
 
#define BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE   5
 The maximum number of elements in a tuple. More...
 

Macro Definition Documentation

#define BOOST_TYPE_ERASURE_MAX_ARITY   5

The maximum number of arguments that functions in the library support.

#define BOOST_TYPE_ERASURE_MAX_FUNCTIONS   50

The maximum number of functions that an any can have.

#define BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE   5

The maximum number of elements in a tuple.