Reference documentation for deal.II version 9.1.0-pre
List of all members
Threads::internal::maybe_make_ref< T & > Struct Template Reference

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

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 this partial specialization.

Definition at line 1187 of file thread_management.h.


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