Query: std::reference_wrapper
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::reference_wrapper< _Tp >(3cxx) std::reference_wrapper< _Tp >(3cxx)NAMEstd::reference_wrapper< _Tp > -SYNOPSISInherits std::_Reference_wrapper_base< remove_cv< _Tp >::type >. Public Types typedef _Tp type Public Member Functions reference_wrapper (_Tp &__indata) reference_wrapper (_Tp &&) reference_wrapper (const reference_wrapper< _Tp > &__inref) _Tp & get () const operator _Tp & () const template<typename... _Args> result_of< _Tp &(_Args &&...)> ::type operator() (_Args &&...__args) const " reference_wrapper & operator= (const reference_wrapper< _Tp > &__inref) Detailed Description template<typename _Tp>class std::reference_wrapper< _Tp > Primary class template for reference_wrapper. Definition at line 426 of file functional. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::reference_wrapper< _Tp >(3cxx)
Related Man Pages |
---|
std::complex(3) - centos |
std::indirect_array(3) - centos |
std::integral_constant(3) - debian |
std::mask_array(3) - debian |
std::valarray(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Introduction |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |