basic_streambuf::imbue

A protected virtual function called by pubimbue.

virtual void imbue( 
   const locale &_Loc 
);

Parameters

  • _Loc
    A reference to a locale.

Remarks

The default behavior is to do nothing.

Requirements

Header: <streambuf>

Namespace: std

See Also

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions