template <typename T, typename = void>
struct is_complete
Defined at line 87 of file ../../sdk/lib/component/incoming/cpp/internal.h
Determines if |T| is fully defined i.e. |sizeof(T)| can be evaluated.
template <typename T, typename = void>
Defined at line 87 of file ../../sdk/lib/component/incoming/cpp/internal.h
Determines if |T| is fully defined i.e. |sizeof(T)| can be evaluated.