The PImpl idiom and the C++26 std::indirect type
✨ Check out this insightful post from Hacker News 📖
📂 **Category**:
💡 **What You’ll Learn**:
PImpl (which stands for Pointer to implementation) is a programming tehnicque to remove implementation details from a class by placing them in a separate class that is accessed through an ...
