24GSmtp::FilterFactoryBase::Spec::Spec()
27GSmtp::FilterFactoryBase::Spec::Spec( std::string_view first_ , std::string_view second_ ) :
28 first(
G::sv_to_string(first_)) ,
29 second(
G::sv_to_string(second_))
35 if( first.empty() && !second.empty() )
39 else if( rhs.first.empty() )
46 second.append(
",",second.empty()?0U:1U).append(rhs.first).append(1U,
':').append(rhs.second) ;
Filter specification tuple for GSmtp::FilterFactoryBase::newFilter().