kblib 0.2.3
General utilities library for modern C++
kblib::fakestd::detail::nothrow_invokable_r_imp< true, true, Ret, Fp, Args... > Struct Template Reference

#include <kblib/fakestd.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<class Ret, class Fp, class... Args>
struct kblib::fakestd::detail::nothrow_invokable_r_imp< true, true, Ret, Fp, Args... >

Definition at line 418 of file fakestd.h.

Member Data Documentation

◆ value

template<class Ret , class Fp , class... Args>
const bool kblib::fakestd::detail::nothrow_invokable_r_imp< true, true, Ret, Fp, Args... >::value
static
Initial value:
= noexcept(
kblib::invoke(std::declval<Fp>(), std::declval<Args>()...))
constexpr auto invoke(F &&f, Args &&... args) noexcept(noexcept(detail::do_invoke(std::forward< F >(f), std::forward< Args >(args)...))) -> decltype(auto)
Definition: fakestd.h:131

Definition at line 419 of file fakestd.h.


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