Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::core::has_data_size< T, Probe > Struct Template Reference

Detects containers exposing both data() and size(). More...

#include <utility.h>

+ Inheritance diagram for gaia::core::has_data_size< T, Probe >:

Detailed Description

template<typename T, typename Probe = void>
struct gaia::core::has_data_size< T, Probe >

Detects containers exposing both data() and size().

Template Parameters
TType to inspect.
ProbeSFINAE probe parameter.

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