MCPcopy Create free account
hub / github.com/pybind/pybind11 / is_inline

Method is_inline

include/pybind11/detail/argument_vector.h:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 PYBIND11_NOINLINE void reserve_slow_path(std::size_t sz) { m_repr.hvector.vec.reserve(sz); }
216
217 bool is_inline() const { return m_repr.is_inline(); }
218};
219
220// Container to avoid heap allocation for kRequestedInlineSize or fewer booleans.

Callers 3

inline_array_or_vectorFunction · 0.45
argument_vector.hFile · 0.45
is_inlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected