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

Function assert_reflectable_impl

test/core/run/is_reflectable.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<class T, class Tag>
49void assert_reflectable_impl() {
50 static_assert(helpers::is_reflectability_known<T, Tag>(1L), "");
51 static_assert(boost::pfr::is_reflectable<T, Tag>::value, "");
52}
53
54template<class T, class Tag>
55void assert_non_reflectable_impl() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected