std_once_flag.3cxx

Langue: en

Version: 357759 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::once_flag -

once_flag

SYNOPSIS


Public Member Functions


once_flag (const once_flag &)

once_flag & operator= (const once_flag &)

Friends


template<typename _Callable , typename... _Args> void call_once (once_flag &__once, _Callable __f, _Args &&...__args)

Detailed Description

once_flag

Definition at line 676 of file mutex.

template<typename _Callable , typename... _Args> void call_once (once_flag & __once, _Callable __f, _Args &&... __args) [friend]

call_once

Definition at line 722 of file mutex.

Author

Generated automatically by Doxygen for libstdc++ from the source code.