BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
string_format.cpp File Reference
#include <BoosterSeat/exception.hpp>
#include <BoosterSeat/string_formatting.hpp>
#include <iomanip>
#include <sstream>
Include dependency graph for string_format.cpp:

Functions

void align_cases (std::stringstream &ss, const bst::layout::Alignment align)
 

Function Documentation

◆ align_cases()

void align_cases ( std::stringstream &  ss,
const bst::layout::Alignment  align 
)
inline

References bst::layout::CENTER, bst::layout::LEFT, and bst::layout::RIGHT.

Referenced by bst::layout::fixedWidthRow(), bst::layout::fixedWidthString(), and bst::layout::simpleColumns().

Here is the caller graph for this function: