forpy
2
|
A struct to represent an empty variant. More...
#include <storage.h>
Public Member Functions | |
template<typename Archive > | |
void | serialize (Archive &, const uint &) |
bool | operator== (const Empty &) const |
float * | data () const |
size_t & | innerStride () const |
size_t & | outerStride () const |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Empty &) |
A struct to represent an empty variant.
This is necessary because the first variant type must be default constructible. For types for which this is not possible, this 'empty' type can be used.
|
inline |
|
inline |
|
friend |