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.  More... | |
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. | 
| 
 | inline | 
Return indexable extracted from the value.
| v | The value. | 
 1.8.6
 1.8.6