![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstddef>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
vccc | |
Typedefs | |
template<class T > | |
using | is_complete = decltype(detail::is_complete_impl(std::declval< T * >())) |