|
inlib
1.2.0
|


Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_sjust |
Enumerations | |
| enum | inlib::side { inlib::left, inlib::right, inlib::middle } |
Functions | |
| bool | inlib::justify (std::string &a_string, unsigned int a_size, side a_side=left) |
| std::string | inlib::sjust (const std::string &a_string, unsigned int a_size, side a_side=left) |
| template<class T > | |
| std::string | inlib::sjust (T a_value, unsigned int a_size, side a_side=left) |
1.7.5.1