Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all bug

NAME

       std::once_flag -

SYNOPSIS

   Public Member Functions
       once_flag (const once_flag &)=delete
       once_flag & operator= (const once_flag &)=delete

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

Detailed Description

       once_flag

       Definition at line 755 of file mutex.

Friends And Related Function Documentation

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

       Definition at line 797 of file mutex.

Author

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

libstdc++                                        Thu Mar 20 2014                            std::once_flag(3cxx)