guanaqo
develop
Utilities for scientific software
Loading...
Searching...
No Matches
guanaqo::nothrow_tag_invocable Concept Reference
Tag-Invoke Customization
Detailed Description
Definition at line
58
of file
tag-invoke.hpp
.
#include <
guanaqo/tag-invoke.hpp
>
Concept definition
template
<
typename
Tag,
typename
... Args>
concept
nothrow_tag_invocable
=
tag_invocable
<Tag, Args...> &&
requires
(Tag tag, Args... args) {
{
guanaqo_tag_invoke
(std::forward<Tag>(tag),
std::forward<Args>(args)...)
}
noexcept
;
}
guanaqo::nothrow_tag_invocable
Definition
tag-invoke.hpp:58
guanaqo::tag_invocable
Definition
tag-invoke.hpp:53
guanaqo::tag_invoke_ns::guanaqo_tag_invoke
constexpr tag_invoke_fn_ns::tag_invoke_fn guanaqo_tag_invoke
The tag_invoke customization point object.
Definition
tag-invoke.hpp:46
guanaqo
nothrow_tag_invocable
Generated on
for guanaqo by
1.16.1