$darkmode
boost_path.hpp File Reference
#include <fable/schema/path.hpp>
#include <fable/schema/path_impl.hpp>
#include <fable/utility/boost_path.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/process/search_path.hpp>
Include dependency graph for boost_path.hpp:

Go to the source code of this file.

Classes

struct  fable::schema::is_path< boost::filesystem::path >
 

Functions

template<>
bool fable::schema::detail::exists (const boost::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_regular_file (const boost::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_directory (const boost::filesystem::path &path)
 
template<>
bool fable::schema::detail::is_other (const boost::filesystem::path &path)
 
template<>
boost::filesystem::path fable::schema::detail::canonical (const boost::filesystem::path &path)
 
template<>
std::optional< boost::filesystem::path > fable::schema::detail::search_path (const boost::filesystem::path &executable)
 

Detailed Description