[#BasicByte] = BasicByte :mrdocs: Satisfied by types whose pointer can be cast to an unsigned char pointer via UCharCast. == Synopsis Declared in `<span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename B> concept BasicByte = requires { UCharCast(std::span<B>{}.data()); }; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#