aboutsummaryrefslogtreecommitdiff
path: root/absl/functional/overload_test.cc
Commit message (Expand)AuthorAgeFilesLines
* overload: make the constructor constexprAbseil Team2024-05-241-0/+14
* `overload_test`: Remove a few unnecessary trailing return typesDino Radakovic2024-05-231-6/+4
* overload: allow using the underlying type with CTAD directly.Aaron Jacobs2024-04-231-58/+87
* Document and test ability to use absl::Overload with generic lambdas.Vitaly Goldshteyn2024-03-061-1/+43
* `absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team2023-09-261-0/+130