Searched defs:string_path_wrapper (Results 1 – 1 of 1) sorted by relevance
83 struct string_path_wrapper struct85 std::string str;94 string_path_wrapper(const std::string& str_in) : str(str_in) {} in string_path_wrapper() function95 string_path_wrapper(std::string&& str_in) : str(std::move(str_in)) {} in string_path_wrapper() function97 operator const std::string&() const volatile& in operator const std::string&()101 operator std::string&&() && in operator std::string&&()106 bool operator==(const string_path_wrapper& r) const in operator ==()114 bool operator<(const string_path_wrapper& r) const in operator <()118 bool operator==(const std::string& r) const in operator ==()122 bool operator!=(const std::string& r) const in operator !=()[all …]