Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ push_back
Method
push_back
include/pybind11/detail/argument_vector.h:168–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void push_back(const T &x) { emplace_back(x); }
169
170
void push_back(T &&x) { emplace_back(std::move(x)); }
171
Callers
15
TEST_SUBMODULE
Function · 0.45
Add
Method · 0.45
AddSharedFromThis
Method · 0.45
test_string_list
Function · 0.45
value
Method · 0.45
TEST_SUBMODULE
Function · 0.45
TEST_SUBMODULE
Function · 0.45
add
Method · 0.45
Add
Method · 0.45
make_vector_pyobject_ptr
Function · 0.45
test_args_convert_vector.cpp
File · 0.45
to_argument_vector
Function · 0.45
Calls
1
move
Function · 0.85
Tested by
11
TEST_SUBMODULE
Function · 0.36
Add
Method · 0.36
AddSharedFromThis
Method · 0.36
test_string_list
Function · 0.36
TEST_SUBMODULE
Function · 0.36
TEST_SUBMODULE
Function · 0.36
add
Method · 0.36
Add
Method · 0.36
make_vector_pyobject_ptr
Function · 0.36
to_argument_vector
Function · 0.36
get_sample_argument_vectors
Function · 0.36