path_traits::imbue 메서드
Stores a locale.
void imbue(locale Loc);
bool imbue(locale Loc, nothrow_t);
매개 변수
- Loc
A locale object.
반환 값
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