Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20: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
Functions
lazy.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/base/mutex.h>
#include <atomic>
#include <mutex>
#include <optional>
#include <type_traits>

Go to the source code of this file.

Functions

template<typename T >
 DEAL_II_CXX20_REQUIRES ((std::is_move_constructible_v< T > &&std::is_move_assignable_v< T >)) class Lazy
 
template<typename T >
 DEAL_II_CXX20_REQUIRES ((std::is_move_constructible_v< T > &&std::is_move_assignable_v< T >)) inline Lazy< T > &Lazy< T >
 

Function Documentation

◆ DEAL_II_CXX20_REQUIRES()

template<typename T >
DEAL_II_CXX20_REQUIRES ( (std::is_move_constructible_v< T > && std::is_move_assignable_v< T >)  ) &

Definition at line 298 of file lazy.h.