LLDB mainline
lldb_private::ValueMapIterator< WrappedIteratorT, T > Struct Template Reference

#include <Iterable.h>

Inheritance diagram for lldb_private::ValueMapIterator< WrappedIteratorT, T >:
[legend]

Public Member Functions

 ValueMapIterator ()=default
 ValueMapIterator (WrappedIteratorT u)
const T & operator* ()
const T & operator* () const

Detailed Description

template<typename WrappedIteratorT, typename T = typename std::iterator_traits< WrappedIteratorT>::value_type::second_type>
struct lldb_private::ValueMapIterator< WrappedIteratorT, T >

Definition at line 21 of file Iterable.h.

Constructor & Destructor Documentation

◆ ValueMapIterator() [1/2]

template<typename WrappedIteratorT, typename T = typename std::iterator_traits< WrappedIteratorT>::value_type::second_type>
lldb_private::ValueMapIterator< WrappedIteratorT, T >::ValueMapIterator ( )
default

Referenced by ValueMapIterator().

◆ ValueMapIterator() [2/2]

template<typename WrappedIteratorT, typename T = typename std::iterator_traits< WrappedIteratorT>::value_type::second_type>
lldb_private::ValueMapIterator< WrappedIteratorT, T >::ValueMapIterator ( WrappedIteratorT u)
inlineexplicit

Definition at line 27 of file Iterable.h.

References ValueMapIterator().

Member Function Documentation

◆ operator*() [1/2]

template<typename WrappedIteratorT, typename T = typename std::iterator_traits< WrappedIteratorT>::value_type::second_type>
const T & lldb_private::ValueMapIterator< WrappedIteratorT, T >::operator* ( )
inline

Definition at line 30 of file Iterable.h.

◆ operator*() [2/2]

template<typename WrappedIteratorT, typename T = typename std::iterator_traits< WrappedIteratorT>::value_type::second_type>
const T & lldb_private::ValueMapIterator< WrappedIteratorT, T >::operator* ( ) const
inline

Definition at line 31 of file Iterable.h.


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