Processing math: 100%
 deal.II version GIT relicensing-2850-g1646a780ac 2025-03-17 15:10:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.