cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
array_iterator_impl.h File Reference

Implementation of classes of iterators of arrays. More...

Include dependency graph for array_iterator_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack_light
 Namespace of this project.

Functions

bool msgpack_light::operator!= (const_array_iterator lhs, const_array_iterator rhs) noexcept
 Compare two iterators.
template<typename Allocator>
bool msgpack_light::operator!= (mutable_array_iterator< Allocator > lhs, mutable_array_iterator< Allocator > rhs) noexcept
 Compare two iterators.
bool msgpack_light::operator== (const_array_iterator lhs, const_array_iterator rhs) noexcept
 Compare two iterators.
template<typename Allocator>
bool msgpack_light::operator== (mutable_array_iterator< Allocator > lhs, mutable_array_iterator< Allocator > rhs) noexcept
 Compare two iterators.

Detailed Description

Implementation of classes of iterators of arrays.

Definition in file array_iterator_impl.h.