Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::numUtils::SplitNumberResult Struct Reference

A structure for storing split numbers. More...

#include <util.hpp>

Public Attributes

std::array< std::string, 4 > splitNumberArray
 
bool aIsNegative = false
 
bool bIsNegative = false
 

Detailed Description

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.

Member Data Documentation

◆ aIsNegative

bool steppable::__internals::numUtils::SplitNumberResult::aIsNegative = false

◆ bIsNegative

bool steppable::__internals::numUtils::SplitNumberResult::bIsNegative = false

◆ splitNumberArray

std::array<std::string, 4> steppable::__internals::numUtils::SplitNumberResult::splitNumberArray

The documentation for this struct was generated from the following file:
Untitled