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

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

#include <kblib/stringops.h>

Public Types

using type = wchar_t
 

Static Public Member Functions

static auto convert (wchar_t in) -> wchar_t
 

Detailed Description

Override for wchar_t to avoid conversion to integer.

Definition at line 166 of file stringops.h.

Member Typedef Documentation

◆ type

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

Definition at line 167 of file stringops.h.

Member Function Documentation

◆ convert()

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

Definition at line 168 of file stringops.h.


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