ZeroErr
zeroerr::Table::Style Struct Reference

Style is used to define the border style of the table. More...

#include <table.h>

Collaboration diagram for zeroerr::Table::Style:

Public Member Functions

 Style ()
 
 Style (std::initializer_list< std::string > args)
 
 operator bool () const
 

Public Attributes

std::vector< std::string > m_args
 

Detailed Description

Style is used to define the border style of the table.

Constructor & Destructor Documentation

◆ Style() [1/2]

zeroerr::Table::Style::Style ( )
inline

◆ Style() [2/2]

zeroerr::Table::Style::Style ( std::initializer_list< std::string >  args)
inline

Member Function Documentation

◆ operator bool()

zeroerr::Table::Style::operator bool ( ) const
inline

Member Data Documentation

◆ m_args

std::vector<std::string> zeroerr::Table::Style::m_args

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