Botan 3.4.0
Crypto and TLS for C&
Botan::detail::unsigned_integralish Concept Reference

#include <loadstor.h>

Concept definition

template<typename T>
(std::is_enum_v<T> && std::unsigned_integral<std::underlying_type_t<T>>)

Detailed Description

Models a type that can be loaded/stored from/to a byte range.

Definition at line 176 of file loadstor.h.