is_basic_path 結構
指定型別是否適合做為檔案系統標頭中所定義的其他範本的 <Path > 參數。
template<class Path>
struct is_basic_path : false_type;
備註
根據預設, is_basic_path 衍生自 false_type,表示所指定的型別不適合做為 Path 參數。
衍生自 true_type的實作定義了 path 的特製化和 wpath 。 這些特製化適合做為 Path 參數。 如需詳細資訊,請參閱<filesystem>。
需求
標題: filesystem
命名空間: std::tr2::sys