QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::scope::detail Namespace Reference

Classes

class  scope_impl
 

Enumerations

enum class  scope_impl_kind { exit , fail , success }
 

Functions

template<class T , bool v = noexcept(std::declval<T>()())>
constexpr bool _is_nothrow_invocable (int) noexcept
 
template<class T >
constexpr bool _is_nothrow_invocable (...) noexcept
 
template<class T >
constexpr bool is_nothrow_invocable () noexcept
 

Enumeration Type Documentation

◆ scope_impl_kind

Function Documentation

◆ _is_nothrow_invocable() [1/2]

template<class T , bool v = noexcept(std::declval<T>()())>
constexpr bool quickcpplib::_xxx::scope::detail::_is_nothrow_invocable ( int  )
inlineconstexprnoexcept
56{ return v; }

◆ _is_nothrow_invocable() [2/2]

template<class T >
constexpr bool quickcpplib::_xxx::scope::detail::_is_nothrow_invocable (   ...)
inlineconstexprnoexcept
57{ return false; }

◆ is_nothrow_invocable()

template<class T >
constexpr bool quickcpplib::_xxx::scope::detail::is_nothrow_invocable ( )
inlineconstexprnoexcept
58{ return _is_nothrow_invocable<typename std::decay<T>::type>(5); }