std::match_results<BidirIt,Alloc>::empty

Checks whether the match was successful.

# Declarations

bool empty() const;

(since C++11)

# Return value

true if *this represents the result of a failed match, false otherwise, i.e. size() == 0.

# See also