WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::detail_expected::invoke_result_impl< F, decltype(detail_expected::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... > Struct Template Reference

#include <wpi/expected>

Public Types

using type
 

Member Typedef Documentation

◆ type

template<class F , class... Us>
using wpi::detail_expected::invoke_result_impl< F, decltype(detail_expected::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... >::type
Initial value:
decltype(detail_expected::invoke(std::declval<F>(), std::declval<Us>()...))
constexpr auto invoke(Fn &&f, Args &&...args) noexcept(noexcept(std::mem_fn(f)(std::forward< Args >(args)...))) -> decltype(std::mem_fn(f)(std::forward< Args >(args)...))
Definition expected:287

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