#include <wrapper.h>
|
| template<class T, class... Args> |
| constexpr T & | operator() (T &t, Args &...args) const |
| template<class T, class... Args> |
| constexpr const T & | operator() (const T &t, const Args &...args) const |
Definition at line 40 of file wrapper.h.
◆ operator()() [1/2]
template<class T, class... Args>
| const T & memlayout::FirstMember::operator() |
( |
const T & | t, |
|
|
const Args &... | args ) const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<class T, class... Args>
| T & memlayout::FirstMember::operator() |
( |
T & | t, |
|
|
Args &... | args ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: