Celeritas
0.5.0-57+aeecb15
|
Classes | |
struct | celeritas::Array< T, N > |
Fixed-size simple array for storage. More... | |
Functions | |
template<class T , size_type N> | |
CELER_CONSTEXPR_FUNCTION bool | celeritas::operator== (Array< T, N > const &lhs, Array< T, N > const &rhs) |
Test equality of two arrays. | |
template<class T , size_type N> | |
CELER_CONSTEXPR_FUNCTION bool | celeritas::operator!= (Array< T, N > const &lhs, Array< T, N > const &rhs) |
Test inequality of two arrays. | |