The implementation is already hidden, since your code is in your CPP file, not your H/HPP file.



The only way to hide the private members is to use an opaque pointer, also known as the pimpl...