Botan 3.6.1
Crypto and TLS for C&
Botan::all_same< T0, Ts > Struct Template Reference

#include <concepts.h>

Static Public Attributes

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

Detailed Description

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

Definition at line 37 of file concepts.h.

Member Data Documentation

◆ value

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

Definition at line 38 of file concepts.h.


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