Back to Arangodb

Localizable

3rdParty/boost/1.78.0/libs/iostreams/doc/concepts/localizable.html

3.12.9.11.3 KB
Original Source

Localizable

Description

A Localizable Filter or Device receives notifications when a stream or stream buffer which contains it has its std::locale set using std::basic_ios::imbue or std::basic_streambuf::pubimbue.

Refinement of

Associated Types

Notation

| L | - | A type which is a model of Localizable | | z | - | Object of type L | | loc | - | Object of type std::locale |

Valid Expressions / Semantics

ExpressionExpression TypePostcondition
boost::iostreams::imbue(z, loc)

| void | locale-sensitive i/o performed by z uses a copy of loc until a subsequent invocation of boost::iostreams::imbue |

Exceptions

Errors which occur during the execution of imbue are be indicated by throwing exceptions.

Models


© Copyright 2008 CodeRage, LLC
© Copyright 2004-2007 Jonathan Turkanis

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)