template <typename T, typename = std::void_t<>>

struct is_callable

Defined at line 86 of file ../../sdk/lib/fit/include/lib/fit/traits.h

Determines whether a type has an operator() that can be invoked.