연산자 (STL) = =
와 함께 사용 되는 같음 연산자 basic_path, basic_directory_iterator, 및 basic_recursive_directory_iterator 개체입니다.
template<class String, class Traits>
bool operator==(
const basic_path<String, Traits>& Left,
const basic_path<String, Traits>& Right);
bool operator==(
const basic_directory_iterator<Path>& Left,
const basic_directory_iterator<Path>& Right);
bool operator==(
const basic_recursive_directory_iterator<Path>& Left,
const basic_recursive__directory_iterator<Path>& Right);
매개 변수
Left
왼쪽된 개체입니다.Right
올바른 개체입니다.
반환 값
첫 번째 연산자를 반환 합니다. Left.string() == Right.string().
두 번째와 세 번째 연산자 반환 true 모두 Left 및 Right 비어 있지 않은 파일 이름을 저장 또는 두 경우 Left 및 Right 저장 빈 파일 이름입니다. 그렇지 않으면 연산자를 반환 합니다. false.
요구 사항
헤더: 파일 시스템
네임 스페이스: std::tr2::sys