| 594 | static DOCTEST_CONSTEXPR size_type last = len - 1; //!OCLINT avoid private static members |
| 595 | |
| 596 | struct view // len should be more than sizeof(view) - because of the final byte for flags |
| 597 | { |
| 598 | char* ptr; |
| 599 | size_type size; |
| 600 | size_type capacity; |
| 601 | }; |
| 602 | |
| 603 | union |
| 604 | { |
nothing calls this directly
no outgoing calls
no test coverage detected