#include <csslayouttypes.hpp> struct CSSClearHelper { // methods static std::string toString(CSSClear val); static CSSClear fromString(std::string_view val); };