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

Wrapper for handy python-like iteration over a map. More...

#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:

Go to the source code of this file.

Classes

class  formats::common::ItemsWrapper< Value >
 Wrapper for handy python-like iteration over a map. More...
 
class  formats::common::ItemsWrapper< Value >::Iterator
 
struct  formats::common::ItemsWrapper< Value >::Iterator::ItValue
 

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.
 

Detailed Description

Wrapper for handy python-like iteration over a map.

Definition in file items.hpp.