DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Empty Struct Reference

Trivially-copyable empty placeholder type that accepts any assignment. More...

#include <Defines.hpp>

Public Member Functions

template<class T >
DNDS_DEVICE_CALLABLE Emptyoperator= (T v)
 
template<class T >
DNDS_DEVICE_CALLABLE Empty (T v)
 

Detailed Description

Trivially-copyable empty placeholder type that accepts any assignment.

Definition at line 911 of file Defines.hpp.

Constructor & Destructor Documentation

◆ Empty()

template<class T >
DNDS_DEVICE_CALLABLE DNDS::Empty::Empty ( v)
inline

Definition at line 917 of file Defines.hpp.

Member Function Documentation

◆ operator=()

template<class T >
DNDS_DEVICE_CALLABLE Empty & DNDS::Empty::operator= ( v)
inline

Definition at line 915 of file Defines.hpp.


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