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

Function assert_unknown_impl

test/core/run/is_reflectable.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60template<class T, class Tag>
61void assert_unknown_impl() {
62 static_assert(!helpers::is_reflectability_known<T, Tag>(1L), "");
63}
64
65template<class T, class Tag>
66void assert_reflectable() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected