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

#include <strong_type.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 46 of file strong_type.h.