MCPcopy Create free account
hub / github.com/boostorg/pfr / main

Function main

test/core_name/run/fields_names.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75} // namespace testing
76
77int main() {
78 testing::test_get_name_by_id();
79 testing::test_get_name_by_type();
80 testing::test_names_as_array();
81 testing::test_names_as_array_for_empty();
82
83 return boost::report_errors();
84}
85
86

Callers

nothing calls this directly

Calls 4

test_get_name_by_idFunction · 0.85
test_get_name_by_typeFunction · 0.85
test_names_as_arrayFunction · 0.70

Tested by

no test coverage detected