Skip to content

scram::mef::TableRange::iterator

The proxy forward iterator to extract values instead of pointers.

#include <element.h>

Inherits from boost::iterator_facade< iterator, value_type, boost::forward_traversal_tag >

Public Functions

Name
iterator(typename T::const_iterator it)

Public Functions Documentation

function iterator

cpp
inline iterator(
    typename T::const_iterator it
)

Parameters:

  • it The iterator of the T container.

Updated on 2025-12-19 at 21:56:46 +0000