Create a constant range referencing a constant C array.
Declared in <folly/Range.h>
template<
class T,
size_t n>
constexpr
Range<T const*>
crange(T const(& array)[]);
The resulting range over constant elements.
| Name | Description |
|---|---|
| array | The array to reference. |