定义具有静态数据成员表示冒号字符的 struct。
template<class Path>
struct slash;
成员
公共常量
名称 |
说明 |
---|---|
static const Path::value_type value |
表示冒号字符。Path 可以是 basic_path 或从 basic_path派生类型。value_type 是存储的文件名字符串的字符类型在 Path 对象的。 |
备注
此实现定义 colon 的专用化 path 和 wpath的。有关更多信息,请参见 <filesystem>。
要求
标头: 文件系统
命名空间: std::tr2::sys