userver: userver/formats/common/items.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
items.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

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>
+ 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.