Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in guideline-support-library

propagate dependencies to header-only ExternalProject with cmake

What is the difference between std::span and gsl::span?

Can I return a span in C++? If so, how? (Open to alternatives.)

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

How do gsl::string_span and std::string_view differ?

Should I replace (void*, size) with a GSL span?

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

Understanding the need for this `const&` specialization

Using gsl::span with range-v3

Ensures() - guideline support library

Advantage of gsl assert vs assert in c++?

What "are" the C++ GSL guidelines?

gsl::not_null<T*> vs. std::reference_wrapper<T> vs. T&

What's the difference between span and array_view in the gsl library?