cgma
|
#include <DynamicTreeIterator.hpp>
Public Member Functions | |
const First & | operator() (const Pair &x) const |
Definition at line 12 of file DynamicTreeIterator.hpp.
const First& MapSelect1st< Pair, First >::operator() | ( | const Pair & | x | ) | const [inline] |
Definition at line 14 of file DynamicTreeIterator.hpp.
{
return x.first;
}