cgma
|
#include <DynamicTreeIterator.hpp>
Public Member Functions | |
const Second & | operator() (const Pair &x) const |
Definition at line 22 of file DynamicTreeIterator.hpp.
const Second& MapSelect2nd< Pair, Second >::operator() | ( | const Pair & | x | ) | const [inline] |
Definition at line 24 of file DynamicTreeIterator.hpp.
{
return x.second;
}