jaulib v1.4.0-2-g788cf73
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 <basic_types.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 68 of file basic_types.hpp.

Member Data Documentation

◆ v

int64_t jau::Int64SizeBoolTuple::v

a int64_t value, e.g.

compute result value, etc

Definition at line 70 of file basic_types.hpp.

◆ s

size_t jau::Int64SizeBoolTuple::s

a size_t value, e.g.

index, length, etc

Definition at line 72 of file basic_types.hpp.

◆ b

bool jau::Int64SizeBoolTuple::b

a boolean value, e.g.

success, etc

Definition at line 74 of file basic_types.hpp.


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