|
Sen API
Sen Libraries
|
Functions | |
| template<class R, class F, class... Args, std::enable_if_t< std::is_invocable_r_v< R, F, Args... >, bool > = true> | |
| constexpr R | invoke_r (F &&f, Args &&... args) noexcept(std::is_nothrow_invocable_r_v< R, F, Args... >) |
Variables | |
| template<typename FunctionType> | |
| constexpr bool | is_move_only_function_v = false |
| template<typename FunctionType> | |
| constexpr bool | is_move_only_function_v< MoveOnlyFunctionImpl< FunctionType > > = true |
| class sen::std_util::detail::MoveOnlyFunctionImpl |
|
constexprnoexcept |
|
inlineconstexpr |
|
constexpr |