CNORXZ
Container with Native Operation Routines and Expressions
|
#include <dtype.h>
Public Member Functions | |
DEFAULT_MEMBERS (DType) | |
template<typename T > | |
DType (const T &d) | |
template<typename T > | |
DType & | operator= (const T &d) |
String | str () const |
const std::any & | get () const |
bool | operator== (const DType &a) const |
bool | operator!= (const DType &a) const |
bool | operator< (const DType &a) const |
bool | operator> (const DType &a) const |
bool | operator<= (const DType &a) const |
bool | operator>= (const DType &a) const |
Generic constructor template
Constructs a DType from the given argument
T | input data type |
d | input |
Definition at line 27 of file dtype.cc.h.
CNORXZ::DType::DEFAULT_MEMBERS | ( | DType | ) |
default constructors and assignments
|
inline |
Generic assignment template
Assigns the given argument to the DType
T | input data type |
d | input |
Definition at line 34 of file dtype.cc.h.
|
inline |