Adapts array as function, providing operator()(). More...
#include <functors.hpp>
Public Member Functions | |
array_to_functor (const Array &array, int offset=0) | |
constructor More... | |
Value | operator() (int a) const |
operator More... | |
Public Attributes | |
decltype(std::declval< const Array >()[0]) typedef | Value |
Value type. | |
Adapts array as function, providing operator()().
Array |
Definition at line 326 of file functors.hpp.
|
inline |
|
inline |