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

Method Foo

tests/CharLiteralTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 BT raw;
5
6 Foo() = default;
7 Foo(const Foo& v) = default;
8 constexpr Foo(BT v)
9 : BT(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected