You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional_caster<> that works like in pybind11.
It can be used for type casting optional types other than std::optional:
boost::optional, absl::optional, nonstd::optional, llvm::Optional, etc.
0 commit comments