Retrieve the first element of a container with std::pairs. More...
#include <GnashAlgorithm.h>
Public Types | |
typedef T::first_type | result_type |
Public Member Functions | |
const result_type & | operator() (const T &pair) const |
Retrieve the first element of a container with std::pairs.
typedef T::first_type gnash::FirstElement< T >::result_type |
const result_type& gnash::FirstElement< T >::operator() | ( | const T & | pair | ) | const [inline] |