Orcus
Loading...
Searching...
No Matches
orcus::spreadsheet::auto_filter_column_t Struct Reference

#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_toperator= (const auto_filter_column_t &other)
 
auto_filter_column_toperator= (auto_filter_column_t &&other)
 
void reset ()
 
void swap (auto_filter_column_t &r)
 

Public Attributes

match_values_type match_values
 

Detailed Description

Data for a single column inside autofilter range.