|
singleton | boost::type_erasure::any< Concept, T > |
| The class template any can store any object that models a specific . More...
|
|
singleton | boost::type_erasure::binding< Concept > |
| Stores the binding of a Concept to a set of actual types. More...
|
|
struct | boost::type_erasure::detail::placeholder_conversion< From, To > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T, T > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T, T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T, const T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< const T, T > |
|
struct | boost::type_erasure::detail::placeholder_conversion< const T, const T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &, T > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &, T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &, const T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< const T &, T > |
|
struct | boost::type_erasure::detail::placeholder_conversion< const T &, const T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &&, T > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &&, const T & > |
|
struct | boost::type_erasure::detail::placeholder_conversion< T &&, T && > |
|
singleton | boost::type_erasure::param< Concept, T > |
| A wrapper to help with overload resolution for functions operating on an any. More...
|
|
struct | boost::type_erasure::as_param< Any, T > |
| Metafunction that creates a param. More...
|
|