deal.II version GIT relicensing-2291-g668cd86249 2024-12-24 11:30:00+00:00
|
#include <deal.II/base/thread_management.h>
Static Public Member Functions | |
static T | act (const T &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 393 of file thread_management.h.
|
inlinestatic |
Definition at line 396 of file thread_management.h.