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

Empty placeholder type without a default constructor; accepts any assignment. More...

#include <Defines.hpp>

Public Member Functions

DNDS_DEVICE_CALLABLE EmptyNoDefault (EmptyNoDefault &&v)=default
 
DNDS_DEVICE_CALLABLE EmptyNoDefault (const EmptyNoDefault &v)=default
 
DNDS_DEVICE_CALLABLE EmptyNoDefaultoperator= (const EmptyNoDefault &)=default
 
template<class T >
DNDS_DEVICE_CALLABLE EmptyNoDefaultoperator= (T v)
 
template<class T >
DNDS_DEVICE_CALLABLE EmptyNoDefault (T v)
 

Detailed Description

Empty placeholder type without a default constructor; accepts any assignment.

Definition at line 921 of file Defines.hpp.

Constructor & Destructor Documentation

◆ EmptyNoDefault() [1/3]

DNDS_DEVICE_CALLABLE DNDS::EmptyNoDefault::EmptyNoDefault ( EmptyNoDefault &&  v)
default

◆ EmptyNoDefault() [2/3]

DNDS_DEVICE_CALLABLE DNDS::EmptyNoDefault::EmptyNoDefault ( const EmptyNoDefault v)
default

◆ EmptyNoDefault() [3/3]

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

Definition at line 929 of file Defines.hpp.

Member Function Documentation

◆ operator=() [1/2]

DNDS_DEVICE_CALLABLE EmptyNoDefault & DNDS::EmptyNoDefault::operator= ( const EmptyNoDefault )
default

◆ operator=() [2/2]

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

Definition at line 927 of file Defines.hpp.


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