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

Method void_type

src/libcpp/containers/prioritymap.hpp:515–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 __inline_call void_type _pop (
516 kptr_type _kptr
517 )
518 {
519 /*---------------------------- _pop data, cache temp. */
520 data_type _temp ;
521 _pop(_kptr,_temp);
522 }
523 __normal_call void_type _pop (
524 kptr_type _kptr ,
525 data_type &_data

Callers

nothing calls this directly

Calls 2

_pop_tailMethod · 0.45
push_tailMethod · 0.45

Tested by

no test coverage detected