jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::UInt64SizeBoolTuple Struct Reference

Simple pre-defined value tuple [uint64_t, size_t, bool] for structured bindings to multi-values. More...

#include <basic_types.hpp>

Collaboration diagram for jau::UInt64SizeBoolTuple:

Public Attributes

bool b
 a boolean value, e.g.
 
size_t s
 a size_t value, e.g.
 
uint64_t v
 a uint64_t value, e.g.
 

Detailed Description

Simple pre-defined value tuple [uint64_t, size_t, bool] for structured bindings to multi-values.

Examples
test_basictypeconv.cpp.

Definition at line 58 of file basic_types.hpp.

Member Data Documentation

◆ v

uint64_t jau::UInt64SizeBoolTuple::v

a uint64_t value, e.g.

compute result value, etc

Examples
test_basictypeconv.cpp.

Definition at line 60 of file basic_types.hpp.

◆ s

size_t jau::UInt64SizeBoolTuple::s

a size_t value, e.g.

index, length, etc

Definition at line 62 of file basic_types.hpp.

◆ b

bool jau::UInt64SizeBoolTuple::b

a boolean value, e.g.

success, etc

Examples
test_basictypeconv.cpp.

Definition at line 64 of file basic_types.hpp.


The documentation for this struct was generated from the following file: