MCPcopy Create free account
hub / github.com/baidu/babylon / Normal

Method Normal

test/test_any.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8template <int32_t I = 0>
9struct Normal {
10 Normal(int32_t) {
11 construct_num++;
12 }
13 Normal(const Normal&) {
14 copy_num++;
15 construct_num++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected