match_results Class
시퀀스의 부분을 보유합니다.
template<class BidIt,
class Alloc = allocator<typename iterator_traits<BidIt>::value_type> >
class match_results {
public:
explicit match_results(const Alloc& alloc = Alloc());
match_results(const match_results& right);
match_results& operator=(const match_results& right);
difference_type position(size_type sub = 0) const;
difference_type length(size_type sub = 0) const;
string_type str(size_type sub = 0) const;
const_reference operator[](size_type n) const;
const_reference prefix() const;
const_reference suffix() const;
const_iterator begin() const;
const_iterator end() const;
template<class OutIt>
OutIt format(OutIt out,
const string_type& fmt, match_flag_type flags = format_default) const;
string_type format(const string_type& fmt,
match_flag_type flags = format_default) const;
allocator_type get_allocator() const;
void swap(const match_results& other) throw();
size_type size() const;
size_type max_size() const;
bool empty() const;
typedef sub_match<BidIt> value_type;
typedef const typename Alloc::const_reference const_reference;
typedef const_reference reference;
typedef T0 const_iterator;
typedef const_iterator iterator;
typedef typename iterator_traits<BidIt>::difference_type difference_type;
typedef typename Alloc::size_type size_type;
typedef Alloc allocator_type;
typedef typename iterator_traits<BidIt>::value_type char_type;
typedef basic_string<char_type> string_type;
};
매개 변수
BidIt
부분에 대 한 반복기 형식입니다.Alloc
저장소 관리는 할당자의 형식입니다.
설명
템플릿 클래스는 수정할 수 없는 형식의 요소 시퀀스 제어 하는 개체에 설명 합니다. sub_match<BidIt> 정규식 검색에서 생성 됩니다.각 요소 요소에 해당 하는 캡처 그룹 일치 subsequence를 가리킵니다.
요구 사항
헤더: <regex>
네임 스페이스: 국방 표준