coan
6.0.1
A C/C++ Configuration Analyzer
|
Go to the source code of this file.
Classes | |
struct | path< Delim > |
Encapsulates a filesystem path. More... | |
Typedefs | |
using | path_t = path< PATH_DELIM > |
Alias path_t according to host system path delimiter. | |
Functions | |
template<char Delim> | |
path< Delim > | operator+ (std::string const &str, path< Delim > const &path) |
Get a path by concatenation of a string with a path. More... | |
This file defines struct path
.
Definition in file path.h.
Get a path by concatenation of a string with a path.
Delim | The host system's path delimiter. |
str | The lefthand operand |
path | The righthand operand |
str
and path
The cursor
of the new path is initialized to 0