Search code examples
Is gsl::owner usable for shared-ownership?...


c++cpp-core-guidelinesguideline-support-library

Read More
gsl::fail_fast not found in the namespace...


c++c++17guideline-support-library

Read More
Ensures() - guideline support library...


c++c++11cpp-core-guidelinesguideline-support-library

Read More
Is it possible to narrow only if needed?...


c++guideline-support-library

Read More
How to eliminate 'Only index into arrays using constant expressions' warning?...


c++guideline-support-library

Read More
Force gsl::as_span to return a gsl::span<const T>?...


c++templatesguideline-support-library

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


c++guideline-support-library

Read More
How do gsl::string_span and std::string_view differ?...


string-viewguideline-support-librarystring-span

Read More
Advantage of gsl assert vs assert in c++?...


c++guideline-support-library

Read More
Why gsl::not_null ensures ptr is not null on get()?...


c++nullcpp-core-guidelinesguideline-support-library

Read More
gsl::span - pointer to end...


c++cpp-core-guidelinesguideline-support-library

Read More
How to use gsl::span to fix No array to pointer decay warning?...


c++cpp-core-guidelinesguideline-support-library

Read More
Understanding the need for this `const&` specialization...


c++c++11referenceoverloadingguideline-support-library

Read More
enum value as index of gsl::multi_span...


c++enumsguideline-support-library

Read More
gsl::span returned by function has wrong bytes...


c++c++11c++14guideline-support-library

Read More
Is there a GSL implementation I can use with GCC 4.9.x?...


c++c++11gcccpp-core-guidelinesguideline-support-library

Read More
Using gsl::span with range-v3...


c++range-v3guideline-support-library

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


c++guideline-support-library

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


c++cpp-core-guidelinesguideline-support-libraryarray-view

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


c++pointerscpp-core-guidelinesguideline-support-library

Read More
gsl::span fails to compile with std::regex...


c++regexc++11guideline-support-library

Read More
propagate dependencies to header-only ExternalProject with cmake...


c++cmakeguideline-support-library

Read More
Is there a legal way to move from gsl::not_null<T>?...


c++cpp-core-guidelinesguideline-support-library

Read More
BackNext