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

Method basic_object_base

include/sol/object_base.hpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 public:
65 basic_object_base() noexcept = default;
66 basic_object_base(const basic_object_base&) = default;
67 basic_object_base(basic_object_base&&) = default;
68 basic_object_base& operator=(const basic_object_base&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected