Botan 3.6.1
Crypto and TLS for C&
Botan::concepts::integral_strong_type Concept Reference

#include <concepts.h>

Concept definition

template<class T>
concept Botan::concepts::integral_strong_type = strong_type<T> && std::integral<typename T::wrapped_type>

Detailed Description

Definition at line 202 of file concepts.h.