ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::env::TCDSet::itpair< T1, T2 > Struct Template Reference
Collaboration diagram for adore::env::TCDSet::itpair< T1, T2 >:
Collaboration graph

Public Member Functions

 itpair (T1 first, T2 second)
 
T1 & current ()
 
T2 & end ()
 

Public Attributes

T1 first
 
T2 second
 

Constructor & Destructor Documentation

◆ itpair()

template<typename T1 , typename T2 >
adore::env::TCDSet::itpair< T1, T2 >::itpair ( T1  first,
T2  second 
)
inline

Member Function Documentation

◆ current()

template<typename T1 , typename T2 >
T1& adore::env::TCDSet::itpair< T1, T2 >::current ( )
inline

◆ end()

template<typename T1 , typename T2 >
T2& adore::env::TCDSet::itpair< T1, T2 >::end ( )
inline

Member Data Documentation

◆ first

template<typename T1 , typename T2 >
T1 adore::env::TCDSet::itpair< T1, T2 >::first

◆ second

template<typename T1 , typename T2 >
T2 adore::env::TCDSet::itpair< T1, T2 >::second

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