RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::deserialization_result< T > Struct Template Reference

A decoded value and the number of source bytes it consumed. More...

#include <class_file.hpp>

Public Attributes

value
 Fully decoded owning value.
 
std::size_t bytes_read {}
 Number of input bytes belonging to value.
 

Detailed Description

template<typename T>
struct rpnx::cortado::deserialization_result< T >

A decoded value and the number of source bytes it consumed.

Definition at line 43 of file class_file.hpp.

Member Data Documentation

◆ bytes_read

template<typename T>
std::size_t rpnx::cortado::deserialization_result< T >::bytes_read {}

Number of input bytes belonging to value.

Definition at line 46 of file class_file.hpp.

◆ value

template<typename T>
T rpnx::cortado::deserialization_result< T >::value

Fully decoded owning value.

Definition at line 45 of file class_file.hpp.


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