userver: userver/formats/common/items.hpp File Reference
Loading...
Searching...
No Matches
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.