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() (value_type const &v) const |
Return indexable extracted from the value. |
The function object extracting Indexable from Value.
This specialization translates from std::tuple<Indexable, Args...>. It's defined if the compiler supports tuples and variadic templates.
Indexable | The Indexable type. |
result_type boost::geometry::index::detail::indexable< std::tuple< Indexable, Args...>, false >::operator() | ( | value_type const & | v | ) | const [inline] |
Return indexable extracted from the value.
v | The value. |