@cond documentNonPublic The following isn't part of the API, and isn't documented.
| 124 | |
| 125 | /// @cond documentNonPublic The following isn't part of the API, and isn't documented. |
| 126 | CompressedVectorWriter::CompressedVectorWriter( std::shared_ptr<CompressedVectorWriterImpl> ni ) : |
| 127 | impl_( ni ) |
| 128 | { |
| 129 | } |
| 130 | /// @endcond |
| 131 | |
| 132 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected