#include <concepts>
#include <memory>
#include <type_traits>
Go to the source code of this file.
◆ alpaqa::util::class_from_member_ptr_impl
struct alpaqa::util::class_from_member_ptr_impl |
◆ alpaqa::util::class_from_member_ptr_impl< Ret(C::*)(Args...)>
struct alpaqa::util::class_from_member_ptr_impl< Ret(C::*)(Args...)> |
Class Members |
typedef C |
type |
|
◆ alpaqa::util::class_from_member_ptr_impl< Ret(C::*)(Args...) const >
struct alpaqa::util::class_from_member_ptr_impl< Ret(C::*)(Args...) const > |
Class Members |
typedef add_const_t< C > |
type |
|
◆ alpaqa::util::last_type
struct alpaqa::util::last_type |
Class Members |
typedef typename type |
type |
|
◆ alpaqa::util::last_type< Only >
struct alpaqa::util::last_type< Only > |
Class Members |
typedef Only |
type |
|
◆ alpaqa::util::first_type_or_void< First, Pack... >
struct alpaqa::util::first_type_or_void< First, Pack... > |
Class Members |
typedef First |
type |
|
◆ alpaqa::util::first_type_or_void<>
struct alpaqa::util::first_type_or_void<> |
Class Members |
typedef void |
type |
|