Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Functions
Utilities::Trilinos::internal Namespace Reference

Functions

template<class T , class... Args>
Teuchos::RCP< T > make_rcp (Args &&...args)
 

Function Documentation

◆ make_rcp()

template<class T , class... Args>
Teuchos::RCP< T > Utilities::Trilinos::internal::make_rcp ( Args &&...  args)

Creates and returns a Teuchos::RCP object for type T.

Note
In Trilinos 14.0.0, the function Teuchos::make_rcp() was introduced, which should be preferred to this function.