======= SIZE AND ACCESS =======
| 455 | |
| 456 | // ======= SIZE AND ACCESS ======= |
| 457 | constexpr fl::size length() const FL_NOEXCEPT { return Extent; } |
| 458 | constexpr fl::size size() const FL_NOEXCEPT { return Extent; } |
| 459 | constexpr fl::size size_bytes() const FL_NOEXCEPT { return Extent * sizeof(T); } |
| 460 |
no outgoing calls
no test coverage detected