llvm::identity is similar to std::identity from C++20, but one surprising
thing is that llvm::identity is not a transparent function object. Add the
is_transparent type alias to denote it can be used as a transparent function
object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo