bux API Reference 1.9.0
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.
|
#include "EZScape.h"
#include "XException.h"
#include <cctype>
#include <charconv>
#include <cstring>
#include <format>
Go to the source code of this file.
Namespaces | |
namespace | bux |
THE common namespace of bux library. | |
Functions | |
std::string | bux::easy_escape (std::string_view src) |
std::string | bux::easy_unescape (std::string_view src) |