Botan 3.13.0
Crypto and TLS for C&
Botan::detail::wrapped_type_helper< T > Struct Template Reference

#include <strong_type.h>

Public Types

using type = T
 The resolved type.

Detailed Description

template<typename T>
struct Botan::detail::wrapped_type_helper< T >

Resolves to the type wrapped by a strong type, or to T itself if T is not a strong type

Definition at line 375 of file strong_type.h.

Member Typedef Documentation

◆ type

template<typename T>
using Botan::detail::wrapped_type_helper< T >::type = T

The resolved type.

Definition at line 377 of file strong_type.h.


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