cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::print_style_t::box_chars_t Struct Reference

#include <print.hpp>

Public Attributes

std::string top_left = "+"
 
std::string top_right = "+"
 
std::string bottom_left = "+"
 
std::string bottom_right = "+"
 
std::string left_joint = "+"
 
std::string right_joint = "+"
 
std::string top_joint = "+"
 
std::string bottom_joint = "+"
 
std::string center = "+"
 

Member Data Documentation

◆ bottom_joint

std::string toolbox::utils::print_style_t::box_chars_t::bottom_joint = "+"

◆ bottom_left

std::string toolbox::utils::print_style_t::box_chars_t::bottom_left = "+"

◆ bottom_right

std::string toolbox::utils::print_style_t::box_chars_t::bottom_right = "+"

◆ center

std::string toolbox::utils::print_style_t::box_chars_t::center = "+"

◆ left_joint

std::string toolbox::utils::print_style_t::box_chars_t::left_joint = "+"

◆ right_joint

std::string toolbox::utils::print_style_t::box_chars_t::right_joint = "+"

◆ top_joint

std::string toolbox::utils::print_style_t::box_chars_t::top_joint = "+"

◆ top_left

std::string toolbox::utils::print_style_t::box_chars_t::top_left = "+"

◆ top_right

std::string toolbox::utils::print_style_t::box_chars_t::top_right = "+"

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