userver: userver/formats/common/items.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
items.hpp File Reference

Detailed Description

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>
+ Include dependency graph for items.hpp:
+ This graph shows which files directly or indirectly include this file:

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.