BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
#include <BoosterSeat/exception.hpp>
#include <BoosterSeat/string_formatting.hpp>
#include <iomanip>
#include <sstream>
Functions | |
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().