Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_any.hpp File Reference

Modified boost::any class for holding a templated value. More...

#include <utility>
#include <type_traits>
#include <exception>
#include "Teuchos_Assert.hpp"
#include "Teuchos_TypeNameTraits.hpp"

Go to the source code of this file.

Classes

class  Teuchos::any
 Modified boost::any class, which is a container for a templated value. More...
 
class  Teuchos::bad_any_cast
 Thrown if any_cast is attempted between two incompatable types. More...
 

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Detailed Description

Modified boost::any class for holding a templated value.

Definition in file Teuchos_any.hpp.