jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
Simple pre-defined value tuple [int64_t, size_t, bool] for structured bindings to multi-values. More...
#include <basic_types.hpp>
Public Attributes | |
bool | b |
a boolean value, e.g. | |
size_t | s |
a size_t value, e.g. | |
int64_t | v |
a int64_t value, e.g. | |
Simple pre-defined value tuple [int64_t, size_t, bool] for structured bindings to multi-values.
Definition at line 68 of file basic_types.hpp.
int64_t jau::Int64SizeBoolTuple::v |
size_t jau::Int64SizeBoolTuple::s |
bool jau::Int64SizeBoolTuple::b |