Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2640-gd0584bbf39 2025-02-13 20:00: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.