jaulib v1.4.1-14-g15926ba
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::Int64SizeBoolTuple Struct Reference

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

#include <cpp_lang_util.hpp>

Collaboration diagram for jau::Int64SizeBoolTuple:

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.
 

Detailed Description

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

Definition at line 545 of file cpp_lang_util.hpp.

Member Data Documentation

◆ v

int64_t jau::Int64SizeBoolTuple::v

a int64_t value, e.g.

compute result value, etc

Definition at line 547 of file cpp_lang_util.hpp.

◆ s

size_t jau::Int64SizeBoolTuple::s

a size_t value, e.g.

index, length, etc

Definition at line 549 of file cpp_lang_util.hpp.

◆ b

bool jau::Int64SizeBoolTuple::b

a boolean value, e.g.

success, etc

Definition at line 551 of file cpp_lang_util.hpp.


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