Sparkle 0.0.1
Loading...
Searching...
No Matches
spk::unsigned_storage Concept Reference

Concept restricting storage to unsigned 8/16/32-bit. More...

#include <spk_flags.hpp>

Concept definition

template<typename T>
std::is_unsigned_v<T> &&
(sizeof(T) == 1 || sizeof(T) == 2 || sizeof(T) == 4)
Concept restricting storage to unsigned 8/16/32-bit.
Definition spk_flags.hpp:22

Detailed Description

Concept restricting storage to unsigned 8/16/32-bit.