Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpp-core-guidelines

Why is this dangling-gsl warning invoked?

How can I use gsl::span and indicate ownership?

array_view alternative for maps, sets, etc

C++ Warning: Assigning newly created gsl::owner<> to non-owner

c++ cpp-core-guidelines

How to properly use "C++ Core Guidelines: C.146: Use dynamic_cast where class hierarchy navigation is unavoidable"

In C++ Core Guidelines Per.4, why is the bad example intended to be faster?

Should I return gsl::span<const T> instead of const std::vector<T>&

What is gsl::multi_span to be used for?

c++ cpp-core-guidelines

What purpose does `gsl::string_span` aim at?

Use of templates to raise the level of abstraction of code?

c++ cpp-core-guidelines

CppCoreChecker C-Style cast warning when using range based for loop on vector

owner<T*> p syntax in cpp core guidelines

How to use C++ Expects operator?

Ensures() - guideline support library

What's the difference between passing span<T> and std::array as arguments?

c++ cpp-core-guidelines

When do I use "__attribute__((nonnull))" vs "not_null<T*>"?

Understanding gsl::narrow implementation

C++ Core Guidelines for static member variables