#include <types.h>
Additional Inherited Members | |
Public Member Functions inherited from clanguml::common::or_regex< std::filesystem::path > | |
or_regex ()=default | |
or_regex (std::filesystem::path v) | |
Constructor from alternative type. | |
or_regex (std::regex r, std::string p) | |
Constructor from regex. | |
or_regex & | operator= (const std::filesystem::path &v) |
or_regex & | operator= (const regex &v) |
bool | operator== (const std::filesystem::path &v) const |
std::optional< Ret > | get () const |
std::string | to_string () const |
const std::variant< std::filesystem::path, regex > & | value () const |
bool | is_regex () const |