mirror of
https://github.com/boostorg/nowide.git
synced 2026-01-19 04:22:12 +00:00
Fix documentation of enable_if_path_t
This commit is contained in:
@@ -27,7 +27,7 @@ namespace nowide {
|
||||
|
||||
static constexpr bool value = decltype(test<T>(0))::value;
|
||||
};
|
||||
/// SFINAE trait which has a member "type = Result" if the Path is a *\::filesystem::path
|
||||
/// SFINAE trait/alias which resolves to Result if the Path is a *\::filesystem::path
|
||||
template<typename Path, typename Result>
|
||||
using enable_if_path_t = typename std::enable_if<is_path<Path>::value, Result>::type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user