MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / is_fully_visitable

Function is_fully_visitable

test_fully_visitable.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <typename T>
102constexpr bool is_fully_visitable() {
103 return sizeof(T) == mock_maker<T>::size;
104}
105
106} // end namespace ext
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected