WPILibC++
2025.3.2
Loading...
Searching...
No Matches
Public Types
|
List of all members
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>()...))
wpi::detail_expected::invoke
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:
wpi/
expected
wpi
detail_expected
invoke_result_impl< F, decltype(detail_expected::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... >
Generated on Mon Mar 17 2025 23:50:41 for WPILibC++ by
1.12.0