MCPcopy 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

testStackMethod · 0.80
parse_numberMethod · 0.80
suspendMethod · 0.80
write_implFunction · 0.80
serializer.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected