Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
private:
104
template<class T> void push(
Callers
11
testStack
Method · 0.80
parse_comment
Method · 0.80
parse_document
Method · 0.80
resume_value
Method · 0.80
basic_parser_impl.hpp
File · 0.80
parse_string
Method · 0.80
parse_escaped
Method · 0.80
parse_object
Method · 0.80
parse_array
Method · 0.80
parse_number
Method · 0.80
write_impl
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected