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

Method value

libraries/lib-utility/tests/VariantTest.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template<int Value>
43static ResultType value() {
44 static MaybeConst<ValueType> x{ Value };
45 if constexpr (ref == rvalue)
46 return std::move(x);
47 else
48 return x;
49}
50
51struct X {
52 ValueType member{ 0 };

Callers 15

read_ttl_newsFunction · 0.45
write_ttl_newsFunction · 0.45
read_ttl_newsFunction · 0.45
write_ttl_newsFunction · 0.45
read_ttl_newsFunction · 0.45
write_ttl_newsFunction · 0.45
read_ttl_newsFunction · 0.45
write_ttl_newsFunction · 0.45
writeIndexFunction · 0.45
get_docFunction · 0.45
port_docFunction · 0.45
plugin_docFunction · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected