STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
once_flag Struct Reference

Public Member Functions

constexpr once_flag () _NOEXCEPT
 
 once_flag (const once_flag &)=delete
 
once_flagoperator= (const once_flag &)=delete
 

Public Attributes

void_Opaque
 

Constructor & Destructor Documentation

constexpr once_flag::once_flag ( )
inline
454  : _Opaque(0)
455  { // default construct
456  }
void * _Opaque
Definition: mutex:461
once_flag::once_flag ( const once_flag )
delete

Member Function Documentation

once_flag& once_flag::operator= ( const once_flag )
delete

Member Data Documentation

void* once_flag::_Opaque

The documentation for this struct was generated from the following file: