Пример #1
0
 account_recovery_request_object(Constructor &&c, allocator<Allocator> a)
         :new_owner_authority(shared_authority::allocator_type(a.get_segment_manager())) {
     c(*this);
 }
Пример #2
0
 undo_state( allocator<T> al )
 :old_values( id_value_allocator_type( al.get_segment_manager() ) ),
  removed_values( id_value_allocator_type( al.get_segment_manager() ) ),
  new_ids( id_allocator_type( al.get_segment_manager() ) ){}
Пример #3
0
 owner_authority_history_object(Constructor &&c, allocator<Allocator> a)
         :previous_owner_authority(shared_authority::allocator_type(a.get_segment_manager())) {
     c(*this);
 }