xlnt/source/worksheet
Crzyrndm 89e44f20c8 range_iterator - rule of 5/0
For rule of 5/0, where no implementation is required, all 5 operations have been declared as defaulted. This is less likely to forget definitions for all 5 if required
- removed forwarding of copy ctor to assignment (which was defaulted already) in favour of defaulted copy ctor
- added defaulted move assignment/ctor and destructor
2018-06-18 22:38:32 +12:00
..
cell_iterator.cpp cell iterator - add operator-> 2018-06-18 22:38:30 +12:00
cell_vector.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
header_footer.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
page_margins.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
page_setup.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
range_iterator.cpp range_iterator - rule of 5/0 2018-06-18 22:38:32 +12:00
range_reference.cpp implement sheet view serialization 2018-03-14 20:12:07 -04:00
range.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
sheet_protection.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
worksheet.cpp improve hyperlinks and style round tripping 2018-03-21 09:03:37 -04:00