memlayout
Minimal CPU/GPU header-only example library
Loading...
Searching...
No Matches
memlayout::FirstMember Struct Reference

#include <wrapper.h>

Public Member Functions

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

Detailed Description

Definition at line 40 of file wrapper.h.

Member Function Documentation

◆ operator()() [1/2]

template<class T, class... Args>
const T & memlayout::FirstMember::operator() ( const T & t,
const Args &... args ) const
inlineconstexpr

Definition at line 44 of file wrapper.h.

44{ return t; }

◆ operator()() [2/2]

template<class T, class... Args>
T & memlayout::FirstMember::operator() ( T & t,
Args &... args ) const
inlineconstexpr

Definition at line 42 of file wrapper.h.

42{ return t; }

The documentation for this struct was generated from the following file: