Searched defs:is_other (Results 1 – 6 of 6) sorted by relevance
22 class is_other class29 class is_other<other<T> > class
223 inline BOOST_CONSTEXPR bool is_other(file_status f) BOOST_NOEXCEPT in is_other() function
181 inline bool is_other (const directory_entry& e) { return filesystem::is_other(e.status… in is_other() function182 inline bool is_other (const directory_entry& e, system::error_code& ec) BOOST_NOEXCEPT… in is_other() function
203 bool is_other(const path& p) {return is_other(detail::status(p));} in is_other() function205 bool is_other(const path& p, system::error_code& ec) in is_other() function
962 bool is_other(file_status status) { in is_other() function968 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function
1099 bool is_other(const basic_file_status &status) { in is_other() function1105 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function