![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_parallel.hpp>
Public Member Functions | |
cache_wrapper (Type v=Type{}) | |
cache_wrapper (const cache_wrapper &)=default | |
cache_wrapper & | operator= (const cache_wrapper &)=default |
cache_wrapper (cache_wrapper &&)=default | |
cache_wrapper & | operator= (cache_wrapper &&)=default |
const Type & | get () const noexcept |
operator const Type & () const noexcept | |
operator Type & () noexcept | |
Type * | operator& () noexcept |
const Type * | operator& () const noexcept |
Friends | |
bool | operator< (const cache_wrapper &left, const cache_wrapper &right) |
bool | operator<= (const cache_wrapper &left, const cache_wrapper &right) |
bool | operator> (const cache_wrapper &left, const cache_wrapper &right) |
bool | operator>= (const cache_wrapper &left, const cache_wrapper &right) |
bool | operator== (const cache_wrapper &left, const cache_wrapper &right) |
bool | operator!= (const cache_wrapper &left, const cache_wrapper &right) |
Definition at line 234 of file tpf_parallel.hpp.
|
inline |
Definition at line 240 of file tpf_parallel.hpp.
|
default |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 253 of file tpf_parallel.hpp.
|
inlinenoexcept |
Definition at line 258 of file tpf_parallel.hpp.
|
inlinenoexcept |
Definition at line 268 of file tpf_parallel.hpp.
|
inlinenoexcept |
Definition at line 263 of file tpf_parallel.hpp.
|
default |
|
default |
|
friend |
Definition at line 298 of file tpf_parallel.hpp.
|
friend |
Definition at line 273 of file tpf_parallel.hpp.
|
friend |
Definition at line 278 of file tpf_parallel.hpp.
|
friend |
Definition at line 293 of file tpf_parallel.hpp.
|
friend |
Definition at line 283 of file tpf_parallel.hpp.
|
friend |
Definition at line 288 of file tpf_parallel.hpp.