MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ConstChildren::Iterator Class Reference

dereferences to std::shared_ptr<const Object>, constructed on each dereference More...

#include <MRMesh/MRConstChildren.h>

Public Types

using iterator_concept = std::forward_iterator_tag
using iterator_category = std::input_iterator_tag
using value_type = std::shared_ptr<const Object>
using difference_type = std::ptrdiff_t

Public Member Functions

 Iterator ()
 Iterator (Storage::const_iterator it)
value_type operator* () const
Iteratoroperator++ ()
Iterator operator++ (int)
bool operator== (const Iterator &) const =default

Detailed Description

dereferences to std::shared_ptr<const Object>, constructed on each dereference


The documentation for this class was generated from the following file: