CAF
0.17.6
|
Checks whether T is a complete type. More...
#include <is_complete.hpp>
Static Public Attributes | |
static constexpr bool | value = decltype(is_complete_impl(std::declval<T*>()))::value |
Checks whether T is a complete type.
For example, passing a forward declaration or undefined template specialization evaluates to false
.