Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ push
Method
push
include/boost/json/detail/stack.hpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
template<class T>
79
void
80
push(T&& t)
81
{
82
using U = remove_cvref<T>;
83
push( static_cast<T&&>(t), is_trivially_copy_assignable<U>() );
84
}
85
86
template<class T>
87
void
Callers
5
testStack
Method · 0.80
parse_number
Method · 0.80
suspend
Method · 0.80
write_impl
Function · 0.80
serializer.hpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected