Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/types.h>
#include <memory>
#include <cstddef>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | Botan::stlCompatibilityDetails::_Unique_if< T > |
struct | Botan::stlCompatibilityDetails::_Unique_if< T[]> |
struct | Botan::stlCompatibilityDetails::_Unique_if< T[N]> |
Namespaces | |
namespace | Botan |
namespace | Botan::stlCompatibilityDetails |
Functions | |
template<class T , class... Args> | |
stlCompatibilityDetails::_Unique_if< T >::_Single_object | Botan::make_unique (Args &&... args) |
template<class T , class... Args> | |
stlCompatibilityDetails::_Unique_if< T >::_Known_bound | Botan::make_unique (Args &&...)=delete |
template<class T > | |
stlCompatibilityDetails::_Unique_if< T >::_Unknown_bound | Botan::make_unique (size_t n) |