#include <string>
#include <vector>
Go to the source code of this file.
|
| static std::string | joinpath (char const *left, char const *right) |
| |
| static std::string | joinpath (std::string const &left, std::string const &right) |
| |
| static std::string | operator/ (std::string const &left, std::string const &right) |
| |
◆ joinpath() [1/2]
| static std::string joinpath |
( |
char const * |
left, |
|
|
char const * |
right |
|
) |
| |
|
inlinestatic |
◆ joinpath() [2/2]
| static std::string joinpath |
( |
std::string const & |
left, |
|
|
std::string const & |
right |
|
) |
| |
|
inlinestatic |
◆ operator/()
| static std::string operator/ |
( |
std::string const & |
left, |
|
|
std::string const & |
right |
|
) |
| |
|
inlinestatic |