Botan 3.4.0
Crypto and TLS for C&
Static Public Attributes | List of all members
Botan::all_same< T0, Ts > Struct Template Reference

#include <concepts.h>

Static Public Attributes

static constexpr bool value = (std::is_same_v<T0, Ts> && ...)
 

Detailed Description

template<typename T0, typename... Ts>
struct Botan::all_same< T0, Ts >

Definition at line 37 of file concepts.h.

Member Data Documentation

◆ value

template<typename T0 , typename... Ts>
constexpr bool Botan::all_same< T0, Ts >::value = (std::is_same_v<T0, Ts> && ...)
staticconstexpr

Definition at line 38 of file concepts.h.


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