operator/(STL)
두 basic_path 개체의 저장된 파일 이름을 연결합니다.
template<class String, class Traits>
basic_path<String, Traits>
operator/(const basic_path<String, Traits>& Left,
const basic_path<String, Traits>& Right);
매개 변수
Left
왼쪽 basic_path 개체입니다.Right
오른쪽 basic_path 개체입니다.
반환 값
현재 basic_path 개체의 형식을 포함하는 연결하는 문자열의 값입니다.
요구 사항
헤더: filesystem
네임스페이스: std::tr2::sys