Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
internal::GenericRegex< Encoding, Allocator >::Range Struct Reference
Collaboration diagram for internal::GenericRegex< Encoding, Allocator >::Range:

Public Attributes

unsigned start
unsigned end
SizeType next

Detailed Description

template<typename Encoding, typename Allocator = CrtAllocator>
struct internal::GenericRegex< Encoding, Allocator >::Range

Definition at line 150 of file regex.h.

Member Data Documentation

◆ end

template<typename Encoding, typename Allocator = CrtAllocator>
unsigned internal::GenericRegex< Encoding, Allocator >::Range::end

Definition at line 152 of file regex.h.

◆ next

template<typename Encoding, typename Allocator = CrtAllocator>
SizeType internal::GenericRegex< Encoding, Allocator >::Range::next

Definition at line 153 of file regex.h.

◆ start

template<typename Encoding, typename Allocator = CrtAllocator>
unsigned internal::GenericRegex< Encoding, Allocator >::Range::start

Definition at line 151 of file regex.h.


The documentation for this struct was generated from the following file: