Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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 | |
struct | Teuchos::is_comparable< T > |
struct | Teuchos::is_printable< T > |
struct | Teuchos::compare< T, ok > |
struct | Teuchos::compare< T, std::false_type > |
struct | Teuchos::compare< T, std::true_type > |
struct | Teuchos::print< T, ok > |
struct | Teuchos::print< T, std::false_type > |
struct | Teuchos::print< T, std::true_type > |
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 | |
Modified boost::any class for holding a templated value.
Definition in file Teuchos_any.hpp.