Celeritas 0.6.0-rc.2.13+develop.285b9112
|
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. | |