Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
In general, 'Opaque' denotes the following [1]:
In C++, an opaque pointer is a pointer to a declared, but undefined class [2].
Opaque pointers are used in, among others, the pimpl idiom.
One of the advantages of using opaque pointers is an increase in compile speed.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.