24 #include "openPMD/auxiliary/UniquePtr.hpp" 38 static constexpr
bool value =
false;
44 static constexpr
bool value =
true;
50 static constexpr
bool value =
false;
53 template <
typename T,
size_t n>
56 static constexpr
bool value =
true;
62 constexpr
static bool value =
false;
68 constexpr
static bool value =
true;
75 constexpr
static bool value =
true;
79 template <
typename T,
typename Del>
82 constexpr
static bool value =
true;
89 constexpr
static bool value =
true;
100 template <
typename T>
103 template <
typename T>
114 template <
typename T>
115 inline constexpr
bool IsContiguousContainer_v = IsVector_v<T> || IsArray_v<T>;
121 inline constexpr
bool dependent_false_v =
false;
Unique Pointer class that uses a dynamic destructor type.
Definition: UniquePtr.hpp:86
Definition: TypeTraits.hpp:48
Definition: Container.cpp:51
Definition: TypeTraits.hpp:60
Definition: TypeTraits.hpp:36