Tlds.hpp 186 B

1234567891011
  1. #pragma once
  2. #include <string>
  3. // This file was automatically generated with generate-tld.sh, do not edit manually!
  4. namespace QuickMedia {
  5. bool is_tld(const std::string &str);
  6. }