destroy_at
Fully qualified name: carb::cpp::destroy_at
Defined in carb/cpp/Memory.h
-
template<typename T>
constexpr std::enable_if_t<!std::is_array<T>::value> carb::cpp::destroy_at(
- T *const p,
) noexcept(std::is_nothrow_destructible<T>::value)
Call the destructor of p.