19 return email.ends_with(
"@suse.com") ||
20 email.ends_with(
"@suse.cz") ||
21 email.ends_with(
"@suse.de");
static constexpr bool isSUSEAddress(std::string_view email)
Evaluate if email is likely a SUSE address.
Definition: SUSE.h:18
Helpers specific to SUSE.
Definition: SUSE.h:12