|
YOrch 1.0.0
|
#include <concepts>#include <cstddef>#include <tuple>#include <type_traits>#include "../../slots/direct_out.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | yorch |
| namespace | yorch::detail |
Variables | |
| template<typename T > | |
| constexpr bool | yorch::detail::is_member_function_pointer_callable_v |
| template<typename F > | |
| constexpr std::size_t | yorch::detail::last_arg_index_v |
| template<typename F > | |
| constexpr std::size_t | yorch::detail::member_last_arg_index_v |
| template<typename T > | |
| constexpr bool | yorch::detail::direct_out_arg_v |