| 78 | using allocator_type = Allocator; |
| 79 | |
| 80 | allocator_type get_allocator() const { return label_.get_allocator(); } |
| 81 | |
| 82 | /// Returns the axis label, which is a name or description. |
| 83 | boost::string_view label() const noexcept { return label_; } |
no outgoing calls
no test coverage detected