Essentia  2.1-beta6-dev
Tuple2< T > Class Template Reference

#include <types.h>

Public Member Functions

const T & left () const
 
const T & right () const
 
const T & x () const
 
const T & y () const
 
T & left ()
 
T & right ()
 
T & x ()
 
T & y ()
 

Public Attributes

first
 
second
 

Member Function Documentation

◆ left() [1/2]

T& left ( )
inline

References Tuple2< T >::first.

◆ left() [2/2]

const T& left ( ) const
inline

References Tuple2< T >::first.

Referenced by essentia::isValid().

◆ right() [1/2]

T& right ( )
inline

References Tuple2< T >::second.

◆ right() [2/2]

const T& right ( ) const
inline

References Tuple2< T >::second.

Referenced by essentia::isValid().

◆ x() [1/2]

T& x ( )
inline

References Tuple2< T >::first.

◆ x() [2/2]

const T& x ( ) const
inline

References Tuple2< T >::first.

◆ y() [1/2]

T& y ( )
inline

References Tuple2< T >::second.

◆ y() [2/2]

const T& y ( ) const
inline

References Tuple2< T >::second.

Member Data Documentation

◆ first

T first

◆ second

T second

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