WPILibC++ 2024.3.2
wpi::detail::invoke_result_impl< F, decltype(detail::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... > Struct Template Reference

Public Types

using type = decltype(detail::invoke(std::declval< F >(), std::declval< Us >()...))
 

Member Typedef Documentation

◆ type

template<class F , class... Us>
using wpi::detail::invoke_result_impl< F, decltype(detail::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... >::type = decltype(detail::invoke(std::declval<F>(), std::declval<Us>()...))

The documentation for this struct was generated from the following file: