cgma
|
#include <DynamicTreeIterator.hpp>
Public Member Functions | |
const Item & | operator() (const Item &x) const |
Definition at line 32 of file DynamicTreeIterator.hpp.
const Item& SetSelect< Item >::operator() | ( | const Item & | x | ) | const [inline] |
Definition at line 34 of file DynamicTreeIterator.hpp.
{
return x;
}