|
AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
Functions | |
| std::string | appd_iot_remove_character (const char *input, char c) |
| Removes a given character from the input string. More... | |
| std::string appd_iot_remove_character | ( | const char * | input, |
| char | c | ||
| ) |
Removes a given character from the input string.
| input | contains input string |
| c | contains the character that needs to be removed from input string. |