centos man page for std::reference_wrapper

Query: std::reference_wrapper

OS: centos

Section: 3

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

std::reference_wrapper< _Tp >(3)			     Library Functions Manual				  std::reference_wrapper< _Tp >(3)

NAME
std::reference_wrapper< _Tp > -
SYNOPSIS
Inherits std::_Reference_wrapper_base< remove_cv< _Tp >::type >. Public Types typedef _Tp type Public Member Functions reference_wrapper (_Tp &__indata) noexcept reference_wrapper (_Tp &&)=delete reference_wrapper (const reference_wrapper< _Tp > &__inref) noexcept _Tp & get () const noexcept operator _Tp & () const noexcept template<typename... _Args> result_of< _Tp &(_Args &&...)> ::type operator() (_Args &&...__args) const " reference_wrapper & operator= (const reference_wrapper< _Tp > &__inref) noexcept Detailed Description template<typename _Tp>class std::reference_wrapper< _Tp > Primary class template for reference_wrapper. Definition at line 431 of file functional. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::reference_wrapper< _Tp >(3)
Related Man Pages
std::atomic(3) - centos
std::gslice_array(3) - centos
std::valarray(3) - debian
__gnu_cxx::new_allocator(3) - centos
__gnu_cxx::_extptr_allocator(3) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I
[TIP] Processing YAML files with yq