MCPcopy Create free account
hub / github.com/boostorg/json / pop

Method pop

include/boost/json/detail/stack.hpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 template<class T>
96 void
97 pop(T& t)
98 {
99 using U = remove_cvref<T>;
100 pop( t, is_trivially_copy_assignable<U>() );
101 }
102
103private:
104 template<class T> void push(

Callers 11

testStackMethod · 0.80
parse_commentMethod · 0.80
parse_documentMethod · 0.80
resume_valueMethod · 0.80
parse_stringMethod · 0.80
parse_escapedMethod · 0.80
parse_objectMethod · 0.80
parse_arrayMethod · 0.80
parse_numberMethod · 0.80
write_implFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected