#include <string>
#include <vector>
#include <string_view>
Go to the source code of this file.
|
| template<typename T > |
| static std::basic_string_view< T > | JoinPath::trimquot (std::basic_string_view< T > s) |
| |
| template<typename T > |
| static std::basic_string< T > | JoinPath::joinpath (std::basic_string_view< T > left, std::basic_string_view< T > right) |
| |
| static std::string | joinpath (std::string_view const &left, std::string_view const &right) |
| |
| static std::string | operator/ (std::string_view const &left, std::string_view const &right) |
| |
◆ joinpath()
| static std::string joinpath |
( |
std::string_view const & |
left, |
|
|
std::string_view const & |
right |
|
) |
| |
|
inlinestatic |
◆ operator/()
| static std::string operator/ |
( |
std::string_view const & |
left, |
|
|
std::string_view const & |
right |
|
) |
| |
|
inlinestatic |