|
Botan 3.13.0
Crypto and TLS for C&
|
#include <concepts.h>
Static Public Attributes | |
| static constexpr bool | value = (std::is_same_v<T0, Ts> && ... && true) |
| True if every type in Ts is the same as T0. | |
Trait that checks whether all of the given types are the same type
Definition at line 21 of file concepts.h.
|
staticconstexpr |
True if every type in Ts is the same as T0.
Definition at line 23 of file concepts.h.