|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
| Nlipsum | This is the main namespace of lipsum-cpp |
| Ninternal | This namespace contains functions only used internally by other functions |
| RToStringable | Can std::to_string() be called with T? |
| RStreamable | Can std::ostream take T? |
| RIsInt | Is T an int? |
| RUniformDistributionType | Can std::uniform_int_distribution or std::uniform_real_distribution be constructed with T? |