MySQL 8.4.0
Source Code Documentation
mysql::serialization::Serializable_size_calculator_helper< Serializer_type, Field_definition< T, S > > Struct Template Reference

Helper struct used to determine Field_definition declared max size. More...

#include <serializable_size_calculator.h>

Static Public Member Functions

static constexpr std::size_t get_max_size ()
 returns max size for Field_definition object More...
 

Detailed Description

template<typename Serializer_type, class T, Field_size S>
struct mysql::serialization::Serializable_size_calculator_helper< Serializer_type, Field_definition< T, S > >

Helper struct used to determine Field_definition declared max size.

Member Function Documentation

◆ get_max_size()

template<typename Serializer_type , class T , Field_size S>
static constexpr std::size_t mysql::serialization::Serializable_size_calculator_helper< Serializer_type, Field_definition< T, S > >::get_max_size ( )
inlinestaticconstexpr

returns max size for Field_definition object

Returns
max declared size

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