aboutsummaryrefslogtreecommitdiff
path: root/absl/functional/overload.h
Commit message (Expand)AuthorAgeFilesLines
* overload: make the constructor constexprAbseil Team2024-05-241-1/+1
* overload: allow using the underlying type with CTAD directly.Aaron Jacobs2024-04-231-28/+38
* Document and test ability to use absl::Overload with generic lambdas.Vitaly Goldshteyn2024-03-061-1/+8
* `absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team2023-09-261-0/+75