|
DNDSR 0.1.0.dev1+gcd065ad
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 921 of file Defines.hpp.
|
default |
|
default |
|
inline |
Definition at line 929 of file Defines.hpp.
|
default |
|
inline |
Definition at line 927 of file Defines.hpp.