|
Orcus
|
#include <auto_filter.hpp>
Public Types | |
| using | match_values_type = std::unordered_set<std::string_view> |
Public Member Functions | |
| auto_filter_column_t (const auto_filter_column_t &other) | |
| auto_filter_column_t (auto_filter_column_t &&other) | |
| auto_filter_column_t & | operator= (const auto_filter_column_t &other) |
| auto_filter_column_t & | operator= (auto_filter_column_t &&other) |
| void | reset () |
| void | swap (auto_filter_column_t &r) |
Public Attributes | |
| match_values_type | match_values |
Data for a single column inside autofilter range.