Botan 3.4.0
Crypto and TLS for C&
Botan::concepts::unsigned_integral_strong_type Concept Reference

#include <concepts.h>

Concept definition

template<class T>
concept Botan::concepts::unsigned_integral_strong_type = strong_type<T> && std::unsigned_integral<typename T::wrapped_type>

Detailed Description

Definition at line 187 of file concepts.h.