• Source
    1. template <op::type T>
    2. struct op {
    3. enum class type {
    4. hui,
    5. not_hui
    6. };
    7. }
    8.