Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
InvokerType
assignable only if Args...
have no reference types,
similarly to `MakerType`. Defaulted assignment is implicitly deleted if the class has no members of reference types, but this does not extend to `std::tuple` of references, which is assignable even if it has reference components (and assigns through them), so classes with members of tuple types are handled explicitly if needed. PiperOrigin-RevId: 648725458
- Loading branch information