Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Functions
cqsp::util Namespace Reference

Functions

std::string strip (const std::string &inpt)
 
std::vector< std::string > split (const std::string &s, const std::string &delimiter)
 
template<typename T >
std::string NumberToHumanString (const T l)
 

Function Documentation

◆ NumberToHumanString()

template<typename T >
std::string cqsp::util::NumberToHumanString ( const T  l)
inline

◆ split()

std::vector< std::string > cqsp::util::split ( const std::string &  s,
const std::string &  delimiter 
)

◆ strip()

std::string cqsp::util::strip ( const std::string &  inpt)