$darkmode
fable::schema::is_path< T > Struct Template Reference

#include <path.hpp>

Inheritance diagram for fable::schema::is_path< T >:
Collaboration diagram for fable::schema::is_path< T >:

Detailed Description

template<typename T>
struct fable::schema::is_path< T >

Helper type trait class to use with std::enable_if and friends.

The value is_path<T>::value is true if T is one of:

  • std::filesystem::path
  • boost::filesystem::path, if boost_path.hpp is included
See also
fable/schema/boost_path.hpp

The documentation for this struct was generated from the following file: