Defines a struct that has a static data member that represents a slash character.
template<class Path>
struct slash;
Members
Public Constants
Name  | 
Description  | 
|---|---|
static const Path::value_type value  | 
Represents the slash character. Path can be either a basic_path or a type that's derived from basic_path. value_type is the character type of the stored file name string in the Path object.  | 
Remarks
This implementation defines specializations of slash for path and wpath. For more information, see <filesystem>.
Requirements
Header: filesystem
Namespace: std::tr2::sys