alpaqa
1.0.0a11
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa
util
no_leading_allocator
alpaqa::util::no_leading_allocator Concept Reference
Detailed Description
Definition at line
54
of file
type-traits.hpp
.
#include <
alpaqa/util/type-traits.hpp
>
Concept definition
template
<
class
... Pack>
concept
alpaqa::util::no_leading_allocator
=
!std::is_same_v<std::remove_cvref_t<
first_type_or_void_t
<Pack...>>,
std::allocator_arg_t>
alpaqa::util::no_leading_allocator
Definition:
type-traits.hpp:54
alpaqa::util::first_type_or_void_t
typename first_type_or_void< Pack... >::type first_type_or_void_t
Definition:
type-traits.hpp:51
Generated by
1.9.6