|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <algorithm>#include <string>#include <sstream>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | utilities |
| namespace | utilities::string |
Functions | |
| std::string | utilities::string::hexify (unsigned char n) |
| std::string | utilities::string::to_lower (std::string x) |
| std::string | utilities::string::to_upper (std::string x) |
| bool | utilities::string::string_to_bool (const std::string &x) |
| unsigned int | utilities::string::ascii_hex_string_to_uint (std::string str) |
| template<typename T , typename std::enable_if< std::is_arithmetic< T >::value >::type * = nullptr> | |
| bool | utilities::string::string_to_value (const std::string &str, T &result) |