Typedef sequant::suitable_call_operator

Typedef Documentation

template<typename Callable, typename ...Args>
using sequant::suitable_call_operator = decltype(std::declval<Callable>()(std::declval<Args>()...))