xj qian
2025-04-08 b7949bc48fe23b1a44fa3f975769f9c1c8794214
1
2
3
4
5
6
#pragma once
#include "JObject.hpp"
class JBinaryOp :
    public JObject
{
};