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

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

#include <kblib/stringops.h>

Public Types

using type = char
 

Static Public Member Functions

static auto convert (char in) -> char
 

Detailed Description

Override for char to avoid conversion to integer.

Definition at line 158 of file stringops.h.

Member Typedef Documentation

◆ type

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

Definition at line 159 of file stringops.h.

Member Function Documentation

◆ convert()

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

Definition at line 160 of file stringops.h.


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