|
powerd++
0.4.4
|
A line of text and an underlining line. More...
#include <utility.hpp>
Public Member Functions | |
| operator std::string () const | |
| Implicit conversion to std::string. More... | |
Public Attributes | |
| std::string | text |
| The text with printf-style escapes. | |
| std::string | line |
Aligned underlining characters ^~~~. | |
A line of text and an underlining line.
The text and the line are kept in a separate string to ease indenting them.
|
inline |
Implicit conversion to std::string.
Convenient if indentation is not required.
1.8.17