Teuchos - Trilinos Tools Package
Version of the Day
Loading...
Searching...
No Matches
core
src
Teuchos_any.cpp
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#include "
Teuchos_any.hpp
"
11
12
template
std::string&
Teuchos::any_cast<std::string>
(
Teuchos::any
&);
13
template
int
&
Teuchos::any_cast<int>
(
Teuchos::any
&);
14
template
long
long
&
Teuchos::any_cast<long long>
(
Teuchos::any
&);
15
template
bool
&
Teuchos::any_cast<bool>
(
Teuchos::any
&);
16
template
double
&
Teuchos::any_cast<double>
(
Teuchos::any
&);
Teuchos_any.hpp
Modified boost::any class for holding a templated value.
Teuchos::RCP
Smart reference counting pointer class for automatic garbage collection.
Definition
Teuchos_RCPDecl.hpp:397
Teuchos::any
Modified boost::any class, which is a container for a templated value.
Definition
Teuchos_any.hpp:123
Generated by
1.9.8