Wrapper for handy python-like iteration over a map.
Definition in file items.hpp.
Go to the source code of this file.
#include <cstddef>
#include <iterator>
#include <string>
#include <type_traits>
Classes | |
struct | formats::common::ItemsWrapperValue< Value > |
class | formats::common::ItemsWrapper< Value > |
Wrapper for handy python-like iteration over a map. More... | |
class | formats::common::ItemsWrapper< Value >::Iterator< Const > |
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::common |
Common utilities for all the formats. | |
Functions | |
template<typename Value > | |
ItemsWrapper< Value > | formats::common::Items (Value &&value) |
Wrapper for handy python-like iteration over a map. | |