Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.4.1
\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
Static Public Member Functions | List of all members
Threads::internal::maybe_make_ref< T > Struct Template Reference

#include <deal.II/base/thread_management.h>

Static Public Member Functions

static T act (T &t)
 

Detailed Description

template<typename T>
struct Threads::internal::maybe_make_ref< T >

A general template that returns std::ref(t) if t is of reference type, and t otherwise.

The case that t is of reference type is handled in a partial specialization declared below.

Definition at line 715 of file thread_management.h.

Member Function Documentation

◆ act()

template<typename T >
static T Threads::internal::maybe_make_ref< T >::act ( T &  t)
inlinestatic

Definition at line 718 of file thread_management.h.


The documentation for this struct was generated from the following file: