![]() |
deal.II version 9.7.0
|
#include <deal.II/base/thread_management.h>
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 394 of file thread_management.h.

Static Public Member Functions | |
| static T | act (const T &t) |
|
inlinestatic |
Definition at line 397 of file thread_management.h.