Botan
3.11.1
Crypto and TLS for C&
Botan
detail
is_blockwise_processing_callback_return_type
Botan::detail::is_blockwise_processing_callback_return_type Concept Reference
#include <
bitvector.h
>
Concept definition
template
<
typename
FnT,
typename
BlockT,
typename
... ParamTs>
concept
is_blockwise_processing_callback_return_type
=
std::unsigned_integral<BlockT> &&
(std::same_as<BlockT,
blockwise_processing_callback_return_type
<FnT, BlockT, ParamTs...>> ||
std::same_as<bool,
blockwise_processing_callback_return_type
<FnT, BlockT, ParamTs...>> ||
std::same_as<void,
blockwise_processing_callback_return_type
<FnT, BlockT, ParamTs...>>)
Botan::detail::is_blockwise_processing_callback_return_type
Definition
bitvector.h:80
Botan::detail::blockwise_processing_callback_return_type
std::invoke_result_t< FnT, as< BlockT, ParamTs >... > blockwise_processing_callback_return_type
Definition
bitvector.h:77
Detailed Description
Definition at line
80
of file
bitvector.h
.
Generated by
1.16.1