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

#include <concepts.h>

Concept definition

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

Detailed Description

Definition at line 222 of file concepts.h.