osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
|
#include <osmanip/manipulators/common.hpp>
#include <osmanip/utility/generic.hpp>
#include <exception>
#include <string>
#include <unordered_map>
Namespaces | |
osm | |
Functions | |
const std::string & | osm::feat (const std::unordered_map< std::string, std::string > &generic_map, const std::string &feat_string) |
It takes an std::map object as the first argument and an std::string object (map key) as the second argument and returns the interested color / style feature by returning the map value from the corresponding key. More... | |