|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A decoded value and the number of source bytes it consumed. More...
#include <class_file.hpp>
Public Attributes | |
| T | value |
| Fully decoded owning value. | |
| std::size_t | bytes_read {} |
Number of input bytes belonging to value. | |
A decoded value and the number of source bytes it consumed.
Definition at line 43 of file class_file.hpp.
| 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.
| T rpnx::cortado::deserialization_result< T >::value |
Fully decoded owning value.
Definition at line 45 of file class_file.hpp.