dot 구조체
Defines a struct that has a static data member that represents a dot character.
template<class Path>
struct dot;
멤버
공용 상수
Name |
설명 |
---|---|
static const Path::value_type value |
Represents the dot character. Path 는 basic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다. value_type 는 Path 개체에 저장된 파일 이름 문자열의 문자 형식입니다. |
설명
이 구현은 path 와 wpath 을 위한 dot 의 특수화를 정의합니다. 자세한 내용은 <filesystem>을 참조하십시오.
요구 사항
헤더: filesystem
Namespace: std::tr2::sys