MCPcopy Create free account
hub / github.com/apache/kvrocks / B3

Class B3

tests/cppunit/status_test.cc:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 std::string b;
186 };
187 struct B3 {
188 char a;
189 A b;
190 };
191 static_assert(sizeof(StatusOr<char>) == sizeof(B1));
192 static_assert(sizeof(StatusOr<int>) == sizeof(B1));
193 static_assert(sizeof(StatusOr<void *>) == sizeof(B1));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected