Boost.Nowide
boost::nowide::detail::enable_if_path< Path, Result > Struct Template Reference

SFINAE trait which has a member "type = Result" if the Path is a *::filesystem::path. More...

#include <boost/nowide/fstream.hpp>

Inheritance diagram for boost::nowide::detail::enable_if_path< Path, Result >:
boost::nowide::detail::enable_if< is_path< Path >::value, Result >

Detailed Description

template<typename Path, typename Result>
struct boost::nowide::detail::enable_if_path< Path, Result >

SFINAE trait which has a member "type = Result" if the Path is a *::filesystem::path.


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