Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::core::detail::is_complete< Type, SizeProbe > Struct Template Reference

False branch for incomplete-type detection. More...

#include <utility.h>

+ Inheritance diagram for gaia::core::detail::is_complete< Type, SizeProbe >:

Detailed Description

template<typename Type, typename SizeProbe = size_t>
struct gaia::core::detail::is_complete< Type, SizeProbe >

False branch for incomplete-type detection.

Template Parameters
TypeType being inspected.
SizeProbeSFINAE parameter used by the complete-type specialization.

The documentation for this struct was generated from the following file: