fiber
Loading...
Searching...
No Matches
fiber::CStringView Concept Reference

#include <concepts.hpp>

Concept definition

template<class T>
concept fiber::CStringView = requires(T t) {
t.data();
t.size();
}
Definition concepts.hpp:10