sparrow 0.3.0
Loading...
Searching...
No Matches
dispatch.hpp File Reference
Include dependency graph for dispatch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sparrow
 

Typedefs

template<class F>
using sparrow::visit_result_t = std::invoke_result_t<F, null_array>
 

Functions

template<class F>
visit_result_t< F > sparrow::visit (F &&func, const array_wrapper &ar)