Using the not_null Template for Pointers That Must Never Be Null--Kate Gregory
A new post about the Guidelines Support Library (GSL):
Using the not_null Template for Pointers That Must Never Be Null
by Kate Gregory
From the article:
I'll show you how to ensure a pointer is never null, which will make your applications both faster and less likely to encounter runtime errors...