11 void set(
unsigned int ax,
const T &v)
27 throw std::domain_error(
"axis out of range");
31 T &get(
unsigned int ax)
44 throw std::domain_error(
"axis out of range");
48 void set_all(
const T &v)
50 for (
unsigned int i = 0; i < 3; i++) {
Definition xyz_container.hpp:5