Botan 3.5.0
Crypto and TLS for C&
Botan::detail::unwrap_type< T > Struct Template Reference

#include <int_utils.h>

Public Types

using type = T
 
using type = typename T::wrapped_type
 

Detailed Description

template<int_or_strong_type T>
requires concepts::integral_strong_type<T>
struct Botan::detail::unwrap_type< T >

Definition at line 67 of file int_utils.h.

Member Typedef Documentation

◆ type [1/2]

template<int_or_strong_type T>
using Botan::detail::unwrap_type< T >::type = T

Definition at line 62 of file int_utils.h.

◆ type [2/2]

template<int_or_strong_type T>
using Botan::detail::unwrap_type< T >::type = typename T::wrapped_type

Definition at line 68 of file int_utils.h.


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