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