internal: make getPlusMinusKeywordResult return optional
This commit is contained in:
parent
69e314207d
commit
65efde32c9
3 changed files with 32 additions and 25 deletions
|
|
@ -27,7 +27,7 @@ void logSystemInfo();
|
|||
std::string execAndGet(const char*);
|
||||
int64_t getPPIDof(int64_t pid);
|
||||
int64_t configStringToInt(const std::string&);
|
||||
float getPlusMinusKeywordResult(std::string in, float relative);
|
||||
std::optional<float> getPlusMinusKeywordResult(std::string in, float relative);
|
||||
void matrixProjection(float mat[9], int w, int h, wl_output_transform tr);
|
||||
double normalizeAngleRad(double ang);
|
||||
std::string replaceInString(std::string subject, const std::string& search, const std::string& replace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue