[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/io/ios_base/register_callback [Back]  [Original]

std::ios_base::register_callback cppreference.com
cppreference.com

std::ios_base::register_callback

cppreference.com

<metanoindex/>

<tbody> </tbody>
void register_callback( event_callback function, int index );
, , imbue(), basic_ios::copyfmt() ~ios_base()
:
Registers a function which will be called on specific events, which are triggered by imbue(), basic_ios::copyfmt() or ~ios_base()
Google.
. .

function
,
:
the function which will be called on event
Google.
. .
index
,
:
custom parameter which will be passed to the function
Google.
. .

()

()


Web Proxy Viewer  |  New URL  |  Original Page