LiFan
2025-03-07 16751afe56ae7657e65bd01563a2a14867beeb81
1
2
3
4
5
6
#pragma once
#include "JObject.hpp"
class JBinaryOp :
    public JObject
{
};