MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Once

Method Once

InsightsOnce.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33public:
34 Once() = default;
35 Once(bool value)
36 : mValue{value}
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected