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.
L | - | A type which is a model of Localizable | 
z | - | Object of type L | 
loc | - | Object of type std::locale | 
| Expression | Expression Type | Postcondition | 
|---|---|---|
            
         | 
        void | 
        locale-sensitive i/o performed by z uses a copy of loc until a subsequent invocation of boost::iostreams::imbue | 
    
    Errors which occur during the execution of imbue are be indicated by throwing exceptions.
code_converter
© 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)