Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ operator=
Method
operator=
include/pybind11/cast.h:2056–2058 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2054
2055
template <typename T>
2056
arg_v arg::operator=(T &&value) const {
2057
return {*this, std::forward<T>(value)};
2058
}
2059
2060
/// Alias for backward compatibility -- to be removed in version 2.0
2061
template <typename /*unused*/>
Callers
1
operator=
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected