MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator()

Method operator()

tests/StructuredBindingsHandler7Test.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 class __lambda_4
15 {
16 public: inline /*constexpr */ void operator()() const
17 {
18 auto __buffer5 = buffer;
19 char a = __buffer5[0];
20 char b = __buffer5[1];
21 }
22
23 private:
24 char (&buffer)[2];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected