cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Implementation of classes of iterators of arrays. More...
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. |
Implementation of classes of iterators of arrays.
Definition in file array_iterator_impl.h.