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