cppx-core
Static Public Attributes | List of all members
cppx::utf8::Symbol_strings Struct Reference

#include <Symbol_strings.hpp>

Static Public Attributes

static constexpr auto & left_quote_str = "“"
 
static constexpr auto & right_quote_str = "”"
 
static constexpr auto & bullet_str = "•"
 
static constexpr auto & left_arrow_str = "←"
 
static constexpr auto & right_arrow_str = "→"
 

Detailed Description

Definition at line 10 of file Symbol_strings.hpp.

Member Data Documentation

◆ bullet_str

constexpr auto& cppx::utf8::Symbol_strings::bullet_str = "•"
static

Definition at line 14 of file Symbol_strings.hpp.

◆ left_arrow_str

constexpr auto& cppx::utf8::Symbol_strings::left_arrow_str = "←"
static

Definition at line 15 of file Symbol_strings.hpp.

◆ left_quote_str

constexpr auto& cppx::utf8::Symbol_strings::left_quote_str = "“"
static

Definition at line 12 of file Symbol_strings.hpp.

◆ right_arrow_str

constexpr auto& cppx::utf8::Symbol_strings::right_arrow_str = "→"
static

Definition at line 16 of file Symbol_strings.hpp.

◆ right_quote_str

constexpr auto& cppx::utf8::Symbol_strings::right_quote_str = "”"
static

Definition at line 13 of file Symbol_strings.hpp.


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