Typedef rcppsw::mpl::detected_t

Typedef Documentation

typedef typename detail::detector<no_such_trait, void, TFuncDecltype, Args...>::type rcppsw::mpl::detected_t

Same as is_detected, but will return the decltype itself, rather than just if it is well formed or not.