Constructors
Synopses
Declared in <absl/base/call_once.h>
Constructs a once_flag whose associated function has not yet run.
constexpr
once_flag();
Deleted: once_flag is not copyable.
once_flag(once_flag const& other) = delete;
Created with MrDocs