Botan
3.11.0
Crypto and TLS for C&
Botan
concepts
unsigned_integral_strong_type
Botan::concepts::unsigned_integral_strong_type Concept Reference
#include <
strong_type.h
>
Concept definition
template
<
class
T>
concept
Botan::concepts::unsigned_integral_strong_type
=
strong_type<T>
&& std::unsigned_integral<typename T::wrapped_type>
Botan::concepts::strong_type
Definition
strong_type.h:37
Botan::concepts::unsigned_integral_strong_type
Definition
strong_type.h:46
Detailed Description
Definition at line
46
of file
strong_type.h
.
Generated by
1.15.0