[#absl-AnySpan-2constructor-0fb] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::AnySpan :relfileprefix: ../../ :mrdocs: Constructs a span wrapping an initializer list. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr AnySpan(std::initializer_list<value_type> l); ---- == Description The initializer list must outlive this span. == Parameters [cols="1,4"] |=== | Name| Description | *l* | The initializer list whose elements the span refers to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#