cppx-core
Static Public Attributes | List of all members
cppx::ascii::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 22 of file Symbol_strings.hpp.

Member Data Documentation

◆ bullet_str

constexpr auto& cppx::ascii::Symbol_strings::bullet_str = "*"
static

Definition at line 26 of file Symbol_strings.hpp.

◆ left_arrow_str

constexpr auto& cppx::ascii::Symbol_strings::left_arrow_str = "<-"
static

Definition at line 27 of file Symbol_strings.hpp.

◆ left_quote_str

constexpr auto& cppx::ascii::Symbol_strings::left_quote_str = "\""
static

Definition at line 24 of file Symbol_strings.hpp.

◆ right_arrow_str

constexpr auto& cppx::ascii::Symbol_strings::right_arrow_str = "->"
static

Definition at line 28 of file Symbol_strings.hpp.

◆ right_quote_str

constexpr auto& cppx::ascii::Symbol_strings::right_quote_str = "\""
static

Definition at line 25 of file Symbol_strings.hpp.


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