returns the overwrite policy for the buffer */
| 721 | |
| 722 | /* returns the overwrite policy for the buffer */ |
| 723 | enum overwrite_policy get_overwrite_policy (void) const noexcept |
| 724 | { |
| 725 | return this->_owpolicy; |
| 726 | } |
| 727 | |
| 728 | private: |
| 729 | /* returns an iterator the start of the buffer */ |
nothing calls this directly
no outgoing calls
no test coverage detected