MCPcopy Create free account
hub / github.com/audacity/audacity / Optional

Method Optional

libraries/lib-components/SettingsVisitor.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template<bool Const>
28auto SettingsVisitorBase<Const>::Optional( [[maybe_unused]] Ref<bool> var )
29 -> SettingsVisitorBase &
30{
31 pOptionalFlag = nullptr;
32 return *this;
33}
34
35template<bool Const>
36auto SettingsVisitorBase<Const>::OptionalY( Ref<bool> var )

Callers 7

PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected