dot Structure
Defines a struct that has a static data member that represents a dot character.
template<class Path>
struct dot;
Members
Public Constants
Name |
Description |
---|---|
static const Path::value_type value |
Represents the dot character. Path can be either a basic_path or a type that is 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 dot for path and wpath. For more information, see <filesystem>.
Requirements
Header: filesystem
Namespace: std::tr2::sys