Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ functions
Functions
3,362 in github.com/pybind/pybind11
⨍
Functions
3,362
◇
Types & classes
1,305
↳
Endpoints
11
Method
operator delete
tests/test_class.cpp:354
Method
operator delete
tests/test_class.cpp:377
Method
operator delete
tests/test_factory_constructors.cpp:351
Method
operator delete
tests/test_factory_constructors.cpp:379
Method
operator new
tests/test_copy_move.cpp:256
Method
operator new
tests/test_class.cpp:316
Method
operator new
tests/test_class.cpp:331
Method
operator new
tests/test_class.cpp:346
Method
operator new
tests/test_class.cpp:369
Method
operator new
tests/test_factory_constructors.cpp:346
Method
operator new
tests/test_factory_constructors.cpp:371
Method
operator new
This type is not meant to be allocated on the heap.
include/pybind11/options.h:73
Function
operator!=
tests/test_stl_binders.cpp:120
Function
operator!=
include/pybind11/pytypes.h:318
Method
operator!=
tests/test_operator_overloading.cpp:91
Method
operator!=
tests/test_sequences_and_iterators.cpp:237
Method
operator!=
Compare this reference with another reference
tests/object.h:172
Method
operator!=
include/pybind11/numpy.h:828
Method
operator!=
include/pybind11/pytypes.h:1293
Method
operator!=
include/pybind11/pytypes.h:1586
Method
operator!=
include/pybind11/detail/type_caster_base.h:393
Function
operator""_a
include/pybind11/cast.h:2072
Function
operator""_s
include/pybind11/pytypes.h:1742
Method
operator&
Almost any non-trivial type will do. Overriding operator& should not break pybind11.
tests/pybind11_tests.h:61
Method
operator&
tests/test_smart_ptr.cpp:54
Method
operator&
tests/test_smart_ptr.cpp:69
Function
operator()
include/pybind11/detail/common.h:1230
Method
operator()
Not a good hash function, but easy to test
tests/test_operator_overloading.cpp:120
Method
operator()
tests/test_operator_overloading.cpp:126
Method
operator()
tests/test_virtual_functions.cpp:183
Method
operator()
tests/test_stl.cpp:75
Method
operator()
tests/test_stl.cpp:518
Method
operator()
tests/test_callbacks.cpp:137
Method
operator()
tests/test_buffers.cpp:111
Method
operator()
tests/test_buffers.cpp:178
Method
operator()
tests/test_buffers.cpp:239
Method
operator()
tests/test_type_caster_std_function_specializations.cpp:23
Method
operator()
tests/test_numpy_scalars.cpp:25
Method
operator()
tests/test_class_sh_basic.cpp:54
Method
operator()
tests/pure_cpp/smart_holder_poc_test.cpp:31
Method
operator()
include/pybind11/cast.h:2408
Method
operator()
`destruct(function_record, false)`: `initialize_generic` copies strings and takes care of cleaning up in case of exceptions. So pass `false` to `free_
include/pybind11/pybind11.h:469
Method
operator()
include/pybind11/pybind11.h:664
Method
operator()
NOLINTNEXTLINE(readability-const-return-type) // PR #3263
include/pybind11/pybind11.h:3346
Method
operator()
include/pybind11/pybind11.h:3368
Method
operator()
include/pybind11/pybind11.h:3381
Method
operator()
include/pybind11/numpy.h:2149
Method
operator()
include/pybind11/embed.h:86
Method
operator()
include/pybind11/functional.h:51
Method
operator()
include/pybind11/stl.h:589
Method
operator()
include/pybind11/detail/struct_smart_holder.h:94
Method
operator()
include/pybind11/detail/struct_smart_holder.h:134
Method
operator()
include/pybind11/detail/internals.h:192
Method
operator()
include/pybind11/detail/internals.h:203
Method
operator()
include/pybind11/detail/internals.h:219
Method
operator()
NOLINTNEXTLINE(readability-make-member-function-const)
include/pybind11/detail/type_caster_base.h:812
Method
operator()
NOLINTNEXTLINE(readability-make-member-function-const)
include/pybind11/detail/type_caster_base.h:826
Method
operator()
include/pybind11/detail/holder_caster_foreign_helpers.h:22
Method
operator()
include/pybind11/detail/common.h:1225
Method
operator()
include/pybind11/detail/common.h:1232
Method
operator*
tests/test_operator_overloading.cpp:50
Method
operator*
tests/test_sequences_and_iterators.cpp:59
Method
operator*
NOLINTNEXTLINE(readability-const-return-type) // PR #3263
include/pybind11/pytypes.h:1249
Method
operator*
include/pybind11/pytypes.h:1427
Method
operator*
NOLINTNEXTLINE(readability-const-return-type) // PR #3263
include/pybind11/pytypes.h:1560
Method
operator*
include/pybind11/pytypes.h:2623
Function
operator+
tests/test_operator_overloading.cpp:100
Function
operator+
include/pybind11/detail/descr.h:54
Method
operator+
tests/test_operator_overloading.cpp:46
Method
operator+
include/pybind11/pytypes.h:1281
Method
operator++
include/pybind11/pytypes.h:1258
Method
operator++
include/pybind11/pytypes.h:1548
Function
operator,
include/pybind11/detail/descr.h:180
Method
operator-
tests/test_operator_overloading.cpp:45
Method
operator-
include/pybind11/pytypes.h:1286
Method
operator--
include/pybind11/pytypes.h:1267
Method
operator->
tests/test_stl.cpp:156
Method
operator->
Access the object referenced by this reference
tests/object.h:181
Method
operator->
include/pybind11/pytypes.h:1252
Method
operator->
include/pybind11/pytypes.h:1308
Method
operator->
include/pybind11/pytypes.h:1565
Method
operator->
include/pybind11/detail/type_caster_base.h:403
Method
operator->
-> lets you call methods on the underlying vector
include/pybind11/detail/common.h:1346
Method
operator/
tests/test_operator_overloading.cpp:51
Function
operator<
include/pybind11/pytypes.h:169
Method
operator<
include/pybind11/pytypes.h:1294
Function
operator<=
include/pybind11/pytypes.h:170
Method
operator<=
include/pybind11/pytypes.h:1297
Function
operator=
accessor overload required to override default assignment operator (templates are not allowed to replace default compiler-generated assignments).
include/pybind11/pytypes.h:1084
Method
operator=
tests/test_virtual_functions.cpp:106
Method
operator=
tests/test_methods_and_attributes.cpp:36
Function
operator==
tests/test_operator_overloading.cpp:109
Function
operator==
tests/test_sequences_and_iterators.cpp:48
Function
operator==
tests/test_stl_binders.cpp:119
Function
operator==
include/pybind11/pytypes.h:316
Method
operator==
tests/test_operator_overloading.cpp:90
Method
operator==
tests/test_operator_overloading.cpp:252
Method
operator==
tests/test_sequences_and_iterators.cpp:64
Method
operator==
tests/test_sequences_and_iterators.cpp:226
Method
operator==
tests/test_stl.cpp:69
← previous
next →
1,901–2,000 of 3,362, ranked by callers