#include <xtl_identity_functors.h>
Inheritance diagram for xtl_identity_collapse:


StringT
Definition at line 84 of file xtl_identity_functors.h.
Public Member Functions | |
| xtl_identity_collapse (size_t insertion_point_offset_, int delta_offset_) | |
| Constructs object and initializes the values. | |
| void | adjust (size_t &target_offset_) const |
| Implements "collapse" algorithm. | |
|
|
Implements "collapse" algorithm.
// collapse diagram: // .--- m_insertion_point_offset // | may no longer be valid // v // before -----1-BEFORE-2-3-4------- // | |/ / // | / / // | 2/ / // after -----1-AFTER3-4------- // ^ // | // `-- collapse_offset=( m_insertion_point_offset + m_delta_offset ) // is always valid Definition at line 114 of file xtl_identity_functors.h. |
1.3.9.1