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