Ada
2.9.2
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
Public Types
|
List of all members
tl::detail::invoke_result_impl< F, decltype(detail::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... > Struct Template Reference
#include <
ada.h
>
Public Types
using
type
Detailed Description
template<class F, class... Us>
struct tl::detail::invoke_result_impl< F, decltype(detail::invoke(std::declval< F >(), std::declval< Us >()...), void()), Us... >
Definition at line
2194
of file
ada.h
.
Member Typedef Documentation
◆
type
template<class F, class... Us>
using
tl::detail::invoke_result_impl
< F, decltype(
detail::invoke
(std::declval< F >(), std::declval< Us >()...), void()), Us... >::type
Initial value:
decltype
(
detail::invoke
(std::declval<F>(), std::declval<Us>()...))
tl::detail::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
ada.h:2175
Definition at line
2198
of file
ada.h
.
The documentation for this struct was generated from the following file:
redhat-linux-build/singleheader/
ada.h