Botan 3.6.0
Crypto and TLS for C&
Botan::detail::wrapped_type_helper_with_enum< T > Struct Template Reference

#include <loadstor.h>

Public Types

using type = std::underlying_type_t<T>
 

Detailed Description

template<typename T>
requires std::is_enum_v<T>
struct Botan::detail::wrapped_type_helper_with_enum< T >

Definition at line 206 of file loadstor.h.

Member Typedef Documentation

◆ type

template<typename T >
using Botan::detail::wrapped_type_helper_with_enum< T >::type = std::underlying_type_t<T>

Definition at line 207 of file loadstor.h.


The documentation for this struct was generated from the following file: