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

Class pos_only

include/pybind11/cast.h:2053–2053  ·  view source on GitHub ↗

\ingroup annotations Annotation indicating that all previous arguments are positional-only; the is the equivalent of an unnamed '/' argument

Source from the content-addressed store, hash-verified

2051/// Annotation indicating that all previous arguments are positional-only; the is the equivalent of
2052/// an unnamed '/' argument
2053struct pos_only {};
2054
2055template <typename T>
2056arg_v arg::operator=(T &&value) const {

Callers 7

TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
initFunction · 0.85
pybind11.hFile · 0.85
enum_Method · 0.85
make_iterator_implFunction · 0.85
init.hFile · 0.85

Calls

no outgoing calls

Tested by 2

TEST_SUBMODULEFunction · 0.68
TEST_SUBMODULEFunction · 0.68