jaulib v1.4.1-42-g12a2879
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::UInt8PtrSizeBoolPair Struct Reference

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

#include <cpp_lang_util.hpp>

Collaboration diagram for jau::UInt8PtrSizeBoolPair:

Public Attributes

bool b
 a boolean value, e.g.
 
uint8_t * p
 a uint8_t* pointer value
 
size_t s
 a size_t value, e.g.
 

Detailed Description

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

Definition at line 607 of file cpp_lang_util.hpp.

Member Data Documentation

◆ p

uint8_t* jau::UInt8PtrSizeBoolPair::p

a uint8_t* pointer value

Definition at line 609 of file cpp_lang_util.hpp.

◆ s

size_t jau::UInt8PtrSizeBoolPair::s

a size_t value, e.g.

index, length, etc

Definition at line 611 of file cpp_lang_util.hpp.

◆ b

bool jau::UInt8PtrSizeBoolPair::b

a boolean value, e.g.

success, etc

Definition at line 613 of file cpp_lang_util.hpp.


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