128-bit integer type.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/Int128.h>
|
| constexpr Int128 | operator+ (Int128 a, Int128 b) |
128-bit integer type.
- Warning
- This class is currently under definition and should not be used.
Definition at line 44 of file arccore/src/base/arccore/base/Int128.h.
◆ Int128()
| Arcane::Int128::Int128 |
( |
Int64 | v | ) |
|
|
inlineconstexpr |
◆ _setFromInt64()
| void Arcane::Int128::_setFromInt64 |
( |
Int64 | v | ) |
|
|
inlineconstexprprivate |
◆ _toInt64()
| Int64 Arcane::Int128::_toInt64 |
( |
| ) |
const |
|
inlineconstexprprivate |
◆ operator Int64()
| Arcane::Int128::operator Int64 |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator=()
| Int128 & Arcane::Int128::operator= |
( |
Int64 | v | ) |
|
|
inlineconstexpr |
◆ toInt64()
| Int64 Arcane::Int128::toInt64 |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator+
| Int128 operator+ |
( |
Int128 | a, |
|
|
Int128 | b ) |
|
friend |
◆ m_v
| Int64 Arcane::Int128::m_v |
|
private |
◆ m_v2
| Int64 Arcane::Int128::m_v2 = 0 |
|
private |
The documentation for this class was generated from the following file: