kblib 0.2.3
General utilities library for modern C++
kblib::detail::str_type< char32_t, char32_t > Struct Reference

Override for char32_t to avoid conversion to integer. More...

#include <kblib/stringops.h>

Public Types

using type = char32_t
 

Static Public Member Functions

static auto convert (char32_t in) -> char32_t
 

Detailed Description

Override for char32_t to avoid conversion to integer.

Definition at line 184 of file stringops.h.

Member Typedef Documentation

◆ type

using kblib::detail::str_type< char32_t, char32_t >::type = char32_t

Definition at line 185 of file stringops.h.

Member Function Documentation

◆ convert()

static auto kblib::detail::str_type< char32_t, char32_t >::convert ( char32_t  in) -> char32_t
inlinestatic

Definition at line 186 of file stringops.h.


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