A header-only library is a library where the entire definition is available in the header files. Hence, we don't need to link to a separate library when building the executable. Header-only libraries are often used for small libraries or for librarie...
cppnuggets.hashnode.dev1 min readNo responses yet.