Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30: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
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 389 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 392 of file thread_management.h.


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