jaulib v1.4.1-17-gd77ace3-dirty
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 <cpp_lang_util.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 535 of file cpp_lang_util.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 537 of file cpp_lang_util.hpp.

◆ s

size_t jau::UInt64SizeBoolTuple::s

a size_t value, e.g.

index, length, etc

Definition at line 539 of file cpp_lang_util.hpp.

◆ b

bool jau::UInt64SizeBoolTuple::b

a boolean value, e.g.

success, etc

Examples
test_basictypeconv.cpp.

Definition at line 541 of file cpp_lang_util.hpp.


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