Rate this Page

Template Struct slot_iterator_impl#

Page Contents

Struct Documentation#

template<typename Policy>
struct slot_iterator_impl#

Public Types

using SlotCursor = detail::SlotCursor#
using value_type = typename Policy::value_type#

Public Functions

inline slot_iterator_impl(Module root, bool recurse, bool return_module)#
inline slot_iterator_impl()#
inline value_type operator*() const#
inline value_type operator->() const#
inline slot_iterator_impl &operator++()#
inline slot_iterator_impl operator++(int)#