[#ranges-enable_view-0c] = xref:ranges.adoc[ranges]::enable_view :relfileprefix: ../ :mrdocs: Marks folly::Range as satisfying the range‐v3 view concept. == Synopsis Declared in `<folly/Range.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class Iter> inline constexpr bool enable_view = true; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#