Namespaces
Variants
Views
Actions

std::ios_base::getloc

From cppreference.com
< cpp | io | ios base
Revision as of 17:50, 2 November 2012 by P12bot (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
std::locale getloc();

Returns the current locale associated with the stream.

Contents

[edit] Parameters

(none)

[edit] Return value

the locale object, associated with the stream.

[edit] Example

[edit] See also

sets locale
(public member function) [edit]