VLCB
Loading...
Searching...
No Matches
std Namespace Reference

Classes

class  initializer_list
 Convenience class for use with initializer lists, i.e. bracketed list of items: { a, b, ...}. More...

Functions

template<class T>
constexpr const T * begin (initializer_list< T > ils) noexcept
template<class T>
constexpr const T * end (initializer_list< T > ils) noexcept

Function Documentation

◆ begin()

template<class T>
const T * std::begin ( initializer_list< T > ils)
constexprnoexcept

◆ end()

template<class T>
const T * std::end ( initializer_list< T > ils)
constexprnoexcept