SPH
Public Member Functions | List of all members
IndexAdapter< TContainer > Class Template Reference

#include <IteratorAdapters.h>

Public Member Functions

 IndexAdapter (TContainer &&container)
 
auto begin ()
 
auto end ()
 

Detailed Description

template<typename TContainer>
class IndexAdapter< TContainer >

Definition at line 438 of file IteratorAdapters.h.

Constructor & Destructor Documentation

◆ IndexAdapter()

template<typename TContainer >
IndexAdapter< TContainer >::IndexAdapter ( TContainer &&  container)
inlineexplicit

Definition at line 443 of file IteratorAdapters.h.

Member Function Documentation

◆ begin()

template<typename TContainer >
auto IndexAdapter< TContainer >::begin ( )
inline

Definition at line 446 of file IteratorAdapters.h.

◆ end()

template<typename TContainer >
auto IndexAdapter< TContainer >::end ( )
inline

Definition at line 450 of file IteratorAdapters.h.


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