xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
third_party
xcmath
xcmath
symbolsystem
ops
ops.h
浏览该文件的文档.
1
#pragma once
2
#ifndef XCMATH_SYMBOLS_OPS_H
3
#define XCMATH_SYMBOLS_OPS_H
4
#include "../xcmathConfig.h"
5
namespace
xcmath::ops
{
6
class
XCMATH_API
Ops
{};
7
8
class
XCMATH_API
Add
final :
public
Ops
{
9
public
:
10
};
11
class
XCMATH_API
Sub
final :
public
Ops
{};
12
class
XCMATH_API
Mul
final :
public
Ops
{};
13
class
XCMATH_API
Div
final :
public
Ops
{};
14
class
XCMATH_API
Pow
final :
public
Ops
{};
15
16
};
// namespace xcmath::ops
17
18
#endif
// XCMATH_SYMBOLS_OPS_H
xcmath::ops::Add
Definition
ops.h:8
xcmath::ops::Div
Definition
ops.h:13
xcmath::ops::Mul
Definition
ops.h:12
xcmath::ops::Ops
Definition
ops.h:6
xcmath::ops::Pow
Definition
ops.h:14
xcmath::ops::Sub
Definition
ops.h:11
xcmath::ops
Definition
ops.h:5
XCMATH_API
#define XCMATH_API
Definition
xcmathConfig.h:14
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8