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

Method __lambda_4

tests/StructuredBindingsHandler7Test.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 char (&buffer)[2];
25
26 public: __lambda_4(char (&_buffer)[2])
27 : buffer{_buffer}
28 {}
29
30 };
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected