|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
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 EmptyNoDefault & | operator= (const EmptyNoDefault &)=default |
| template<class T > | |
| DNDS_DEVICE_CALLABLE EmptyNoDefault & | operator= (T v) |
| template<class T > | |
| DNDS_DEVICE_CALLABLE | EmptyNoDefault (T v) |
Empty placeholder type without a default constructor; accepts any assignment.
Definition at line 926 of file Defines.hpp.
|
default |
|
default |
|
inline |
Definition at line 934 of file Defines.hpp.
|
default |
|
inline |
Definition at line 932 of file Defines.hpp.