|
|
constexpr | glob_pattern (glob_pattern const &) noexcept=default |
| |
|
constexpr | glob_pattern (glob_pattern &&) noexcept=default |
| |
|
constexpr glob_pattern & | operator= (glob_pattern const &) noexcept=default |
| |
|
constexpr glob_pattern & | operator= (glob_pattern &&) noexcept=default |
| |
|
| glob_pattern (std::string_view str) |
| |
|
| glob_pattern (std::string const &str) |
| |
|
| glob_pattern (char const *str) |
| |
|
| glob_pattern (std::filesystem::path const &path) |
| |
|
constexpr std::string | base_generic_string () const noexcept |
| |
|
std::filesystem::path | base_path () const noexcept |
| |
|
bool | matches (std::string_view path) const noexcept |
| |
|
bool | matches (std::string const &path) const noexcept |
| |
|
bool | matches (char const *path) const noexcept |
| |
|
bool | matches (std::filesystem::path const &path) const noexcept |
| |
The documentation for this class was generated from the following file: