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

#include <wrapper.h>

Public Member Functions

template<class Left, class Right>
constexpr Left & operator() (Left &left, const Right &right) const

Detailed Description

Definition at line 66 of file wrapper.h.

Member Function Documentation

◆ operator()()

template<class Left, class Right>
Left & memlayout::CopyAssignment::operator() ( Left & left,
const Right & right ) const
inlineconstexpr

Definition at line 68 of file wrapper.h.

68{ return left = right; }

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