mirror of
https://github.com/qpdf/qpdf.git
synced 2025-03-20 00:22:23 +00:00
Why? The main methods that create them return smart pointers so that users can initialize them when needed, which you can't do with references. Returning pointers instead of references makes for a more uniform interface.