VCCC  2024.05
VisualCamp Common C++ library
destroy_at.hpp File Reference
#include <type_traits>
#include "vccc/__core/constexpr.hpp"
#include "vccc/__memory/addressof.hpp"

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename T , std::enable_if_t<!std::is_array< T >::value, int > = 0>
VCCC_CONSTEXPR_AFTER_CXX20 void destroy_at (T *p)