#include <array>
#include <iosfwd>
#include <utility>
#include <string>
Go to the source code of this file.
Classes | |
class | Style |
Simple text style class for colorized and bold output to a terminal. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |
Functions | |
std::ostream & | operator<< (std::ostream &out, Style const &style) |
Print the properties of a Style object to a stream. More... | |
void | swap (Style &lhs, Style &rhs) |