7 #ifndef IFM3D_DEVICE_UTIL_H
8 #define IFM3D_DEVICE_UTIL_H
12 #include <ifm3d/device/device_export.h>
19 IFM3D_DEVICE_EXPORT std::string& ltrim(
21 const std::string& chars =
"\t\n\v\f\r ");
26 IFM3D_DEVICE_EXPORT std::string& rtrim(
28 const std::string& chars =
"\t\n\v\f\r ");
33 IFM3D_DEVICE_EXPORT std::string& trim(
35 const std::string& chars =
"\t\n\v\f\r ");
40 IFM3D_DEVICE_EXPORT std::vector<std::string> split(
const std::string& in,
45 #endif // IFM3D_CAMERA_UTIL_H