Binary dump Reader and Writer interfaces.
Definition in file operations.hpp.
Go to the source code of this file.
#include <stdexcept>#include <string>#include <string_view>#include <type_traits>#include <userver/dump/fwd.hpp>#include <userver/dump/meta.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | dump::Error |
| class | dump::Writer |
| A general interface for binary data output. More... | |
| class | dump::Reader |
| A general interface for binary data input. More... | |
Namespaces | |
| namespace | dump |
| Dumping of cache-like components. | |