Man Page: std::initializer_list
Operating Environment: debian
Section: 3
std::initializer_list< _E >(3cxx) std::initializer_list< _E >(3cxx)NAMEstd::initializer_list< _E > -SYNOPSISPublic 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::array(3) - centos |
| std::__profile::deque(3) - debian |
| std::__profile::list(3) - debian |
| std::__profile::set(3) - debian |
| std::__profile::unordered_map(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Introduction |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |