Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
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
12template std::string& Teuchos::any_cast<std::string>(Teuchos::any&);
14template long long& Teuchos::any_cast<long long>(Teuchos::any&);
Modified boost::any class for holding a templated value.
Smart reference counting pointer class for automatic garbage collection.
Modified boost::any class, which is a container for a templated value.