Guitar
Namespaces | Functions
joinpath.h File Reference
#include <string>
#include <vector>
#include <string_view>
Include dependency graph for joinpath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JoinPath
 

Functions

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)
 

Function Documentation

◆ joinpath()

static std::string joinpath ( std::string_view const &  left,
std::string_view const &  right 
)
inlinestatic
Here is the call graph for this function:

◆ operator/()

static std::string operator/ ( std::string_view const &  left,
std::string_view const &  right 
)
inlinestatic
Here is the call graph for this function: