MCPcopy Create free account
hub / github.com/ThePhD/sol2 / nested

Method nested

include/sol/types.hpp:392–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 using nested_type = T;
391
392 nested() = default;
393 nested(const nested&) = default;
394 nested(nested&&) = default;
395 nested& operator=(const nested&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected