|
pstore2
|
Defines serializer<> specializations for strings. More...
#include "pstore/adt/sstring_view.hpp"#include "pstore/core/db_archive.hpp"#include "pstore/serialize/standard_types.hpp"#include "pstore/serialize/types.hpp"#include "pstore/support/varint.hpp"

Go to the source code of this file.
Functions | |
| sstring_view< std::shared_ptr< char const > > | pstore::serialize::read_string_view (database const &db, typed_address< char > addr, std::size_t const length) |
Defines serializer<> specializations for strings.
|
inline |
| db | The database containing the string to be read. |
| addr | The pstore address of the string value. |
| length | The number of bytes occupied by the string. |
1.8.13