alpaqa
sparse
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa
nothrow_tag_invocable
alpaqa::nothrow_tag_invocable Concept Reference
#include <
alpaqa/util/tag-invoke.hpp
>
Detailed Description
Definition at line
50
of file
tag-invoke.hpp
.
Concept definition
template
<
typename
Tag
,
typename
...
Args
>
concept
alpaqa::nothrow_tag_invocable
=
tag_invocable
<
Tag
,
Args
...> &&
requires
(
Tag
tag
,
Args
...
args
) {
{
alpaqa_tag_invoke
(std::forward<Tag>(
tag
),
std::forward<Args>(
args
)...)
}
noexcept
;
}
alpaqa::nothrow_tag_invocable
Definition
tag-invoke.hpp:50
alpaqa::tag_invocable
Definition
tag-invoke.hpp:45
alpaqa::tag_invoke_ns::alpaqa_tag_invoke
constexpr tag_invoke_fn_ns::tag_invoke_fn alpaqa_tag_invoke
Definition
tag-invoke.hpp:41
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:85
Generated on Wed Sep 27 2023 for alpaqa by
1.9.8