|
memlayout
Minimal CPU/GPU header-only example library
|
#include <wrapper.h>
Public Member Functions | |
| template<class... Args> | |
| constexpr ReturnType | operator() (Args &...args) const |
| template<class... Args> | |
| constexpr ReturnType | operator() (const Args &...args) const |
|
inlineconstexpr |
Definition at line 27 of file wrapper.h.
|
inlineconstexpr |