Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::symbols::BoxDrawing Namespace Reference

Defines easy ascess to Unicode box-drawing characters. More...

Variables

constexpr std::string_view DOTTED_VERTICAL = "\u2575"
 Dashed vertical line.
constexpr std::string_view DOTTED_HORIZONTAL = "\u2574"
 Dashed horizontal line.
constexpr std::string_view HORIZONTAL = "\u2500"
 Solid horizontal line.
constexpr std::string_view VERTICAL = "\u2502"
 Solid vertical line.
constexpr std::string_view HORIZONTAL_UP = "\u2534"
 Horizontal line that connects to a vertical one, i.e., in _|_ shape.
constexpr std::string_view VERTICAL_LEFT = "\u2524"
 Vertical line that connects to a left one, i.e., in -| shape.
constexpr std::string_view BOTTOM_RIGHT_CORNER = "\u2518"
 The bottom right corner.
constexpr std::string_view CROSS = "\u253C"
 A combining cross between a horizontal and vertical line.

Detailed Description

Defines easy ascess to Unicode box-drawing characters.

Variable Documentation

◆ BOTTOM_RIGHT_CORNER

std::string_view steppable::__internals::symbols::BoxDrawing::BOTTOM_RIGHT_CORNER = "\u2518"
constexpr

The bottom right corner.

◆ CROSS

std::string_view steppable::__internals::symbols::BoxDrawing::CROSS = "\u253C"
constexpr

A combining cross between a horizontal and vertical line.

◆ DOTTED_HORIZONTAL

std::string_view steppable::__internals::symbols::BoxDrawing::DOTTED_HORIZONTAL = "\u2574"
constexpr

Dashed horizontal line.

◆ DOTTED_VERTICAL

std::string_view steppable::__internals::symbols::BoxDrawing::DOTTED_VERTICAL = "\u2575"
constexpr

Dashed vertical line.

◆ HORIZONTAL

std::string_view steppable::__internals::symbols::BoxDrawing::HORIZONTAL = "\u2500"
constexpr

Solid horizontal line.

◆ HORIZONTAL_UP

std::string_view steppable::__internals::symbols::BoxDrawing::HORIZONTAL_UP = "\u2534"
constexpr

Horizontal line that connects to a vertical one, i.e., in _|_ shape.

◆ VERTICAL

std::string_view steppable::__internals::symbols::BoxDrawing::VERTICAL = "\u2502"
constexpr

Solid vertical line.

◆ VERTICAL_LEFT

std::string_view steppable::__internals::symbols::BoxDrawing::VERTICAL_LEFT = "\u2524"
constexpr

Vertical line that connects to a left one, i.e., in -| shape.

Untitled