lambda-lanczos 2.1.1
Loading...
Searching...
No Matches
lambda_lanczos::util::MapValueIterable< map_type > Class Template Reference

#include <common.hpp>

Public Member Functions

 MapValueIterable (const map_type &map)
MapValueIterator< map_type > cbegin () const
MapValueIterator< map_type > cend () const

Private Attributes

const map_type::const_iterator itr_cbegin
const map_type::const_iterator itr_cend

Constructor & Destructor Documentation

◆ MapValueIterable()

template<typename map_type>
lambda_lanczos::util::MapValueIterable< map_type >::MapValueIterable ( const map_type & map)
inline

Member Function Documentation

◆ cbegin()

template<typename map_type>
MapValueIterator< map_type > lambda_lanczos::util::MapValueIterable< map_type >::cbegin ( ) const
inline

◆ cend()

template<typename map_type>
MapValueIterator< map_type > lambda_lanczos::util::MapValueIterable< map_type >::cend ( ) const
inline

Member Data Documentation

◆ itr_cbegin

template<typename map_type>
const map_type::const_iterator lambda_lanczos::util::MapValueIterable< map_type >::itr_cbegin
private

◆ itr_cend

template<typename map_type>
const map_type::const_iterator lambda_lanczos::util::MapValueIterable< map_type >::itr_cend
private

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