#include <plask/utils/metaprog.hpp>
template<
typename F,
typename ... Args>
struct plask::hyman::is_callable_impl< F(Args...), 4, always_void< decltype(std::declval< F >()(std::declval< Args >()...))> >
Definition at line 106 of file metaprog.hpp.
The documentation for this struct was generated from the following file: