1 #ifndef MSP_GL_PREDICATE_H_
2 #define MSP_GL_PREDICATE_H_
4 #include <msp/strings/lexicalcast.h>
9 enum Predicate: std::uint8_t
21 void operator>>(const LexicalConverter &, Predicate &);
22 void operator<<(LexicalConverter &, Predicate);
27 #include "predicate_backend.h"