|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
#include <ice/math/array.hxx>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | arr_t () noexcept |
| constexpr | arr_t (T value) noexcept |
Public Attributes | |
| union ice::math::arr_t< 1, T >:: { ... } | |
Static Public Attributes | |
| static constexpr auto | count_elements = 1 |
| using ice::math::arr_t< 1, T >::value_type = T |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
| union ice::math::arr_t< 1, T > { ... } ice::math::arr_t< 1, T > |
|
staticconstexpr |
| T ice::math::arr_t< 1, T >::v[count_elements] |
| T ice::math::arr_t< 1, T >::x |