| 178 | }; |
| 179 | |
| 180 | class GetFormat final : public OperatorImpl<GetFormat, Operator::GetAttrLike> { |
| 181 | public: |
| 182 | std::string to_string() const override; |
| 183 | std::string raw_type() const { return "GetFromat"; } |
| 184 | }; |
| 185 | |
| 186 | class SetFormat final : public OperatorImpl<SetFormat, Operator::IdentityLike> { |
| 187 | private: |