Constructor
| 243 | public: |
| 244 | /// Constructor |
| 245 | static_buffer() noexcept |
| 246 | : static_buffer_base(buf_, N) |
| 247 | { |
| 248 | } |
| 249 | |
| 250 | /// Constructor |
| 251 | static_buffer(static_buffer const&) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected