|
bux API Reference 1.12.3
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|

Go to the source code of this file.
Namespaces | |
| namespace | bux |
THE common namespace of bux library. | |
Functions | |
| bool | bux::operator== (const C_SourcePos &a, const C_SourcePos &b) noexcept |
| Equivalence relation. | |
| bool | bux::operator< (const C_SourcePos &a, const C_SourcePos &b) noexcept |
| Partial relation. | |
| std::string | bux::asciiLiteral (uint32_t utf32) |
| std::string | bux::asciiLiteral (std::string_view utf8) |
| void | bux::addAsHex (std::string &dst, uint32_t ch32) |