MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / nested

Function nested

tests/Issue520.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<typename Type, typename Archive>
13constexpr static auto nested()
14{
15 return requires(Type && item, Archive && archive)
16 {
17 requires serialize(archive, item);
18 };
19}
20
21template<typename Type>
22constexpr static auto type()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected