RESTinio
Public Types | Static Public Member Functions | List of all members
restinio::utils::details::uint32_parse_traits_t Struct Reference

Public Types

using type_t = std::uint32_t
 

Static Public Member Functions

static constexpr std::size_t digits_representation_max_size ()
 
static const char * min_representation ()
 
static const char * max_representation ()
 
static const char * type_name ()
 

Detailed Description

Definition at line 190 of file from_string_details.ipp.

Member Typedef Documentation

◆ type_t

Definition at line 192 of file from_string_details.ipp.

Member Function Documentation

◆ digits_representation_max_size()

static constexpr std::size_t restinio::utils::details::uint32_parse_traits_t::digits_representation_max_size ( )
inlinestaticconstexpr

Definition at line 195 of file from_string_details.ipp.

◆ max_representation()

static const char * restinio::utils::details::uint32_parse_traits_t::max_representation ( )
inlinestatic

Definition at line 208 of file from_string_details.ipp.

◆ min_representation()

static const char * restinio::utils::details::uint32_parse_traits_t::min_representation ( )
inlinestatic

Definition at line 201 of file from_string_details.ipp.

◆ type_name()

static const char * restinio::utils::details::uint32_parse_traits_t::type_name ( )
inlinestatic

Definition at line 214 of file from_string_details.ipp.


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