Steppable 0.0.1
A CAS project written from scratch in C++
|
A structure for storing split numbers. More...
#include <util.hpp>
Public Attributes | |
std::array< std::string, 4 > | splitNumberArray |
bool | aIsNegative = false |
bool | bIsNegative = false |
A structure for storing split numbers.
This structure is used to store the result of splitting two numbers. It contains the split numbers as strings, as well as flags indicating whether the numbers are negative.
bool steppable::__internals::numUtils::SplitNumberResult::aIsNegative = false |
bool steppable::__internals::numUtils::SplitNumberResult::bIsNegative = false |
std::array<std::string, 4> steppable::__internals::numUtils::SplitNumberResult::splitNumberArray |