Home | History | Annotate | Download | only in bits

Lines Matching refs:forward

103 	: _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
1415 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);