MeshKit  1.0
myany.hpp File Reference
#include <memory>
#include <stdexcept>
#include <utility>
Include dependency graph for myany.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  myany
struct  myany::storage_base
struct  myany::storage< T >

Functions

template<typename T >
T & any_cast (myany &a)
template<typename T >
T const & any_cast (myany const &a)

Function Documentation

T& any_cast ( myany a)

Definition at line 57 of file myany.hpp.

T const& any_cast ( myany const &  a)

Definition at line 64 of file myany.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines