userver: userver/formats/bson/iterator.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
iterator.hpp File Reference

Detailed Description

Iterator for BSON values.

Definition in file iterator.hpp.

Go to the source code of this file.

#include <iterator>
#include <optional>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <variant>
#include <vector>
#include <userver/formats/bson/types.hpp>
#include <userver/formats/common/iterator_direction.hpp>
+ Include dependency graph for iterator.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  formats::bson::Iterator< ValueType, Direction >
 Iterator for BSON values. More...
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::bson
 BSON support.