/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 1;
+ static constexpr unsigned int n_array_elements = 1;
// POD means that there should be no user-defined constructors, destructors
// and copy functions (the standard is somewhat relaxed in C++2011, though).
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 8;
+ static constexpr unsigned int n_array_elements = 8;
/**
* This function can be used to set all data fields to a given scalar.
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 16;
+ static constexpr unsigned int n_array_elements = 16;
/**
* This function can be used to set all data fields to a given scalar.
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 4;
+ static constexpr unsigned int n_array_elements = 4;
/**
* This function can be used to set all data fields to a given scalar.
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 8;
+ static constexpr unsigned int n_array_elements = 8;
/**
* This function can be used to set all data fields to a given scalar.
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 2;
+ static constexpr unsigned int n_array_elements = 2;
/**
* This function can be used to set all data fields to a given scalar.
/**
* This gives the number of vectors collected in this class.
*/
- static const unsigned int n_array_elements = 4;
+ static constexpr unsigned int n_array_elements = 4;
/**
* This function can be used to set all data fields to a given scalar.