memlayout
Minimal CPU/GPU header-only example library
Loading...
Searching...
No Matches
memlayout::PreDecrement< ReturnType > Struct Template Reference

#include <wrapper.h>

Public Member Functions

template<class... Args>
constexpr ReturnType operator() (Args &...args) const

Detailed Description

template<class ReturnType>
struct memlayout::PreDecrement< ReturnType >

Definition at line 54 of file wrapper.h.

Member Function Documentation

◆ operator()()

template<class ReturnType>
template<class... Args>
ReturnType memlayout::PreDecrement< ReturnType >::operator() ( Args &... args) const
inlineconstexpr

Definition at line 56 of file wrapper.h.

56{ return {--args...}; }

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