basename 函式
傳回指定之路徑文字的。
template<class Path>
inline typename Path::string_type basename(
const Path& Pval
);
參數
- Pval
Path 物件。 Path 可以是 basic_path 或衍生自 basic_path 的型別。
傳回值
Path 物件包含指定的路徑文字的。
備註
路徑文字的是 分葉 的子字串等於但不包含最右邊的點。
需求
標題: filesystem
命名空間: std::tr2::sys