Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
darray_ext.h
1#pragma once
2
3#include "gaia/cnt/impl/darray_ext_impl.h"
4
5namespace gaia {
6 namespace cnt {
7 template <typename T, darr_ext_detail::size_type N>
8 using darray_ext = cnt::darr_ext<T, N>;
9 } // namespace cnt
10} // namespace gaia
Checks if endianess was detected correctly at compile-time.
Definition bitset.h:9