#include <string>
#include <iostream>
#include <vector>
Namespaces | |
namespace | se3 |
Functions | |
std::vector< std::string > | se3::extractPathFromEnvVar (const std::string &env_var_name, const std::string &delimiter=":") |
Parse an environment variable if exists and extract paths according to the delimiter. |