OpenEnroth 73e68f7
Loading...
Searching...
No Matches
StdSpan Concept Reference

#include <BinaryConcepts.h>

Concept definition

template<class T>
Definition: BinaryConcepts.h:105
Definition: BinaryConcepts.h:94

Detailed Description

Concept that matches std::span. This is mainly needed so that overloads that take std::span don't accidentally trigger user-defined conversions, and thus aren't callable with std::vector or other span-compatible types.