The series continue.
C++20: Structure Modules
By Rainer Grimm
From the article:
When your module becomes bigger you want to divide its functionality into manageable components. C++20 modules offer two approaches: submodules and partitions. Let me discuss both approaches in this post.
Add a Comment
Comments are closed.