You'll want to use the private implementation ("PIMPL") pattern. Here's an
example of one:
https://github.com/apache/arrow/blob/master/cpp/src/arrow/memory_pool.h#L108.
There are others in this codebase, too[ Full content available at: https://github.com/apache/parquet-cpp/pull/491 ] This message was relayed via gitbox.apache.org for [email protected]
