|
cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes of iterators of maps. More...
#include <utility>#include "msgpack_light/details/map_iterator.h"#include "msgpack_light/details/object_data.h"#include "msgpack_light/details/object_ref.h"Go to the source code of this file.
Namespaces | |
| namespace | msgpack_light |
| Namespace of this project. | |
Functions | |
| bool | msgpack_light::operator!= (const_map_iterator lhs, const_map_iterator rhs) noexcept |
| Compare two iterators. | |
| template<typename Allocator> | |
| bool | msgpack_light::operator!= (mutable_map_iterator< Allocator > lhs, mutable_map_iterator< Allocator > rhs) noexcept |
| Compare two iterators. | |
| bool | msgpack_light::operator== (const_map_iterator lhs, const_map_iterator rhs) noexcept |
| Compare two iterators. | |
| template<typename Allocator> | |
| bool | msgpack_light::operator== (mutable_map_iterator< Allocator > lhs, mutable_map_iterator< Allocator > rhs) noexcept |
| Compare two iterators. | |
Definition of classes of iterators of maps.
Definition in file map_iterator_impl.h.