Template Struct enlarged_data
Defined in File t8_data_handler_specs.hxx
Struct Documentation
-
template<typename TType>
struct enlarged_data A template class to handle data with an additional check value.
This class is designed to store a piece of data along with an integer value that can be used for additional checks or validations.
- Template Parameters:
TType – The type of the data to be stored.
Public Functions
-
inline enlarged_data()
Default constructor.
Creates an empty enlarged_data object.