|
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.
|
#include "Serialize.h"#include <functional>#include <iterator>#include <istream>#include <ostream>
Go to the source code of this file.
Namespaces | |
| namespace | bux |
THE common namespace of bux library. | |
Functions | |
| size_t | bux::read_size (const std::string &src, size_t &off) noexcept |
| std::tuple< std::string, size_t, bool > | bux::load_hashed_str (std::istream &in) |
| size_t | bux::save_hashed_str (std::ostream &out, const std::string &s) |