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.
Loading...
Searching...
No Matches
Serialize.cpp File Reference
#include "Serialize.h"
#include <functional>
#include <iterator>
#include <istream>
#include <ostream>
Include dependency graph for Serialize.cpp:

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, boolbux::load_hashed_str (std::istream &in)
 
size_t bux::save_hashed_str (std::ostream &out, const std::string &s)