Home | History | Annotate | Download | only in bits

Lines Matching refs:forward

133 	: __detail::_List_node_base(), _M_data(std::forward<_Args>(__args)...) 
444 * we start at the tail and move forward by one. When this member
515 std::forward<_Args>(__args)...);
977 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
1018 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
1044 * with T(std::forward<Args>(args)...) before the specified
1543 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);