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