* The size of the internal storage buffer. */
| 90 | * The size of the internal storage buffer. |
| 91 | */ |
| 92 | constexpr static size_t size() noexcept |
| 93 | { |
| 94 | return N; |
| 95 | } |
| 96 | |
| 97 | /* |
| 98 | * Returns number of remaining bytes within the storage buffer |
no outgoing calls
no test coverage detected