Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ inline_array_or_vector
Function
inline_array_or_vector
include/pybind11/detail/argument_vector.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
heap_vector hvector;
68
69
inline_array_or_vector() : iarray() {}
70
71
~inline_array_or_vector() {
72
if (is_inline()) {
Callers
nothing calls this directly
Calls
3
move
Function · 0.85
is_inline
Function · 0.85
is_inline
Method · 0.45
Tested by
no test coverage detected