libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::detail::BasicStringTraits< CharType > Struct Template Reference

#include <traits.hpp>

Public Types

using string_type = std::basic_string< CharType >
 
using size_type = typename string_type::size_type
 
using char_type = CharType
 
using view_type = std::basic_string_view< char_type >
 
using int_type = typename std::char_traits< char_type >::int_type
 
using codepoint_type = std::uint32_t
 

Detailed Description

template<fly::StandardCharacter CharType>
struct fly::detail::BasicStringTraits< CharType >

Traits for basic properties of standard std::basic_string specializations.

Author
Timothy Flynn (trfly.nosp@m.nn89.nosp@m.@pm.m.nosp@m.e)
Version
March 23, 2019

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