std::match_results<BidirIt,Alloc>::operator=

Header: <regex>

Assigns the contents.

# Declarations

match_results& operator=( const match_results& other );
match_results& operator=( match_results&& other ) noexcept;

# Parameters

# Return value

*this

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 2191C++11n could be negative in the postconditionscan only be non-negative