Other |
---|
tbdUnresolved |
Relates :
|
DecoratorSet is currently just a typedef for uint64_t. We could provide better type safety by using C++14 features. It could be either a scoped enum or (with C++20) a literal type with a suite of constexpr operations.
|