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

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

#include <kblib/stringops.h>

Public Types

using type = char16_t
 

Static Public Member Functions

static auto convert (char16_t in) -> char16_t
 

Detailed Description

Override for char16_t to avoid conversion to integer.

Definition at line 174 of file stringops.h.

Member Typedef Documentation

◆ type

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

Definition at line 175 of file stringops.h.

Member Function Documentation

◆ convert()

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

Definition at line 176 of file stringops.h.


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