xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
constant.h
浏览该文件的文档.
1#pragma once
2#ifndef XCMATH_SYMBOLSYSTEM_CONSTANT_H
3#define XCMATH_SYMBOLSYSTEM_CONSTANT_H
4
5#include "./xcmathConfig.h"
6namespace xcmath {
7class Symbol;
9 public:
10 Constant() = default;
11 ~Constant() = default;
12
13 virtual Constant& operator+();
14};
15}; // namespace xcmath
16
17#endif // XCMATH_SYMBOLSYSTEM_CONSTANT_H
Constant()=default
~Constant()=default
virtual Constant & operator+()
Compiler-specific type information handling for MSVC
Definition complex.hpp:12
#define XCMATH_API