doxybook::path
Functions
Member Functions | Description |
---|---|
join | Join string arguments as a path. (function template) |
filename | Get the filename from a path string. (function) |
Functions
function join
Defined in header <doxybook/path.hpp>
template <typename... Args>
std::string
join(Args const &... args);
Join string arguments as a path.
Exception Safety
Basic exception guarantee.
function filename
Defined in header <doxybook/path.hpp>
std::string
filename(std::string const & path);
Get the filename from a path string.
Exception Safety
Basic exception guarantee.
Updated on 2023-04-03