|
VLCB
|
#include <stddef.h>Go to the source code of this file.
Classes | |
| class | std::initializer_list< E > |
| Convenience class for use with initializer lists, i.e. bracketed list of items: { a, b, ...}. More... | |
Namespaces | |
| namespace | std |
Macros | |
| #define | _INITIALIZER_LIST |
| #define | _LIBCPP_INITIALIZER_LIST |
Functions | |
| template<class T> | |
| constexpr const T * | std::begin (initializer_list< T > ils) noexcept |
| template<class T> | |
| constexpr const T * | std::end (initializer_list< T > ils) noexcept |
| #define _INITIALIZER_LIST |
| #define _LIBCPP_INITIALIZER_LIST |