The function object extracting Indexable from Value. More...
#include <indexable.hpp>
Public Types | |
typedef Indexable const & | result_type |
The type of result returned by function object. | |
Public Member Functions | |
result_type | operator() (std::pair< Indexable, T2 > const &v) const |
Return indexable extracted from the value. |
The function object extracting Indexable from Value.
This specialization translates from std::pair<Indexable, T2>.
Indexable | The Indexable type. |
T2 | The second type. |
result_type boost::geometry::index::detail::indexable< std::pair< Indexable, T2 >, false >::operator() | ( | std::pair< Indexable, T2 > const & | v | ) | const [inline] |
Return indexable extracted from the value.
v | The value. |