|  | 
| template<typename CharType > | 
| std::basic_ostream< CharType > & | boost::locale::operator<< (std::basic_ostream< CharType > &out, basic_format< CharType > const &fmt) | 
|  | 
This module provides printf like functionality integrated into iostreams and suitable for localization 
Definition of char16_t based format 
 
 
Definition of char32_t based format 
 
 
Definition of wchar_t based format 
- Examples: 
- whello.cpp.
 
 
template<typename CharType > 
      
        
          | std::basic_ostream<CharType>& boost::locale::operator<< | ( | std::basic_ostream< CharType > & | out, | 
        
          |  |  | basic_format< CharType > const & | fmt | 
        
          |  | ) |  |  | 
      
 
Write formatted message to stream.
This operator actually causes actual text formatting. It uses the locale of out stream