다음을 통해 공유


path_traits::imbue 메서드

Stores a locale.

void imbue(locale Loc);
bool imbue(locale Loc, nothrow_t);

매개 변수

반환 값

The second method returns a bool that specifies whether the path_traits object had an assigned locale before the call.

설명

Each method stores Loc if no locale has been assigned.

The first method throws a filesystem_error if the path_traits object already had an assigned locale.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

path_traits 구조체

<filesystem>