debian man page for std::initializer_list

Query: std::initializer_list

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::initializer_list< _E >(3cxx)										 std::initializer_list< _E >(3cxx)

NAME
std::initializer_list< _E > -
SYNOPSIS
Public Types typedef const _E * const_iterator typedef const _E & const_reference typedef const _E * iterator typedef const _E & reference typedef size_t size_type typedef _E value_type Public Member Functions constexpr const_iterator begin () constexpr const_iterator end () constexpr size_type size () Detailed Description template<class _E>class std::initializer_list< _E > initializer_list Definition at line 45 of file initializer_list. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::initializer_list< _E >(3cxx)
Related Man Pages
std::__profile::multiset(3) - centos
std::array(3) - centos
std::__profile::deque(3) - debian
std::__profile::unordered_map(3) - debian
std::__profile::unordered_map(3cxx) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?