carb::cpp::data

Defined in carb/cpp/detail/ImplData.h

template<class E>
constexpr const E *carb::cpp::data(std::initializer_list<E> il) noexcept

Returns a pointer to the block of memory containing the elements of the range.

Template Parameters

E – The type contained in the std::initializer_list

Parameters

il – An std::initializer_list of type E

Returns

il.begin()