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

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

#include <basic_types.hpp>

Collaboration diagram for jau::SizeBoolPair:

Public Attributes

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

Detailed Description

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

Definition at line 50 of file basic_types.hpp.

Member Data Documentation

◆ s

size_t jau::SizeBoolPair::s

a size_t value, e.g.

index, length, etc

Definition at line 52 of file basic_types.hpp.

◆ b

bool jau::SizeBoolPair::b

a boolean value, e.g.

success, etc

Definition at line 54 of file basic_types.hpp.


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