|
Celeritas 0.7.0-dev.189+develop.42ba4463e
|
#include <cstddef>#include <type_traits>#include <utility>#include "corecel/Macros.hh"#include "corecel/Types.hh"Classes | |
| class | celeritas::Array< T, N > |
| Fixed-size simple array for storage. More... | |
Functions | |
| template<class T , class... Us> | |
| CELER_FUNCTION | celeritas::Array (T, Us...) -> Array< std::common_type_t< T, Us... >, 1+sizeof...(Us)> |
| template<class T , size_type N> | |
| CELER_CEF 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_CEF bool | celeritas::operator!= (Array< T, N > const &lhs, Array< T, N > const &rhs) |
| Test inequality of two arrays. | |