Botan
3.6.1
Crypto and TLS for C&
Botan
concepts
container_pointer
Botan::concepts::container_pointer Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
PtrT,
typename
ContainerT>
concept
Botan::concepts::container_pointer
=
std::same_as<PtrT, typename ContainerT::pointer> || std::same_as<PtrT, typename ContainerT::const_pointer>
Botan::concepts::container_pointer
Definition
concepts.h:156
Detailed Description
Definition at line
156
of file
concepts.h
.
Generated by
1.12.0