Botan
3.7.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
Botan::detail::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:79
Botan::detail::blockwise_processing_callback_return_type
std::invoke_result_t< FnT, as< BlockT, ParamTs >... > blockwise_processing_callback_return_type
Definition
bitvector.h:76
Detailed Description
Definition at line
79
of file
bitvector.h
.
Generated by
1.13.2