[#absl-any] = xref:absl.adoc[absl]::any :relfileprefix: ../ :mrdocs: Alias for `std::any` (deprecated; use `std::any` directly). == Synopsis Declared in `<absl/types/any.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using any [[deprecated]] = std::any; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#