StringUtils.h 119 B

12345678
  1. #pragma once
  2. namespace vstd
  3. {
  4. DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators);
  5. }