Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Static Public Member Functions | List of all members
Threads::internal::maybe_make_ref< T & > Struct Template Reference

#include <thread_management.h>

Static Public Member Functions

static
std_cxx1x::reference_wrapper
< T > 
act (T &t)
 

Detailed Description

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

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

The case that t is of reference type is handled in this partial specialization.

Definition at line 1680 of file thread_management.h.


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