Function isInteger
Synopsis
#include <lib/inc/drogon/utils/Utilities.h>
bool isInteger(const std::string &str)
Description
Determine if the string is an integer.
Source
Line 35 in lib/inc/drogon/utils/Utilities.h.
#include <lib/inc/drogon/utils/Utilities.h>
bool isInteger(const std::string &str)
Determine if the string is an integer.
Line 35 in lib/inc/drogon/utils/Utilities.h.