#include <vector>
#include <oess_1/defs/h/quantity.hpp>
#include <oess_1/io/h/stream.hpp>
Пространства имен | |
namespace | oess_1 |
namespace | oess_1::io |
Функции | |
template<class T> | |
oess_1::io::istream_t & | oess_1::io::operator>> (oess_1::io::istream_t &s, std::vector< T > &o) |
Ручная десериализация для std::vector. | |
template<class T> | |
oess_1::io::ostream_t & | oess_1::io::operator<< (oess_1::io::ostream_t &s, const std::vector< T > &o) |
Ручная сериализация для std::vector. |