MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / priorityset

Method priorityset

src/libcpp/containers/priorityset.hpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 __inline_call~priorityset() = default ;
253
254 __inline_call priorityset (
255 self_type const&_src
256 ) = default ;
257 __inline_call priorityset (
258 self_type && _src
259 ) = default ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected