LAPACK++  2022.07.00
LAPACK C++ API
Utilities

Functions

std::vector< std::string > split (const std::string &str, const std::string &delims)
 Splits a string by any of the delimiters. More...
 

Detailed Description

Function Documentation

◆ split()

std::vector< std::string > split ( const std::string &  str,
const std::string &  delims 
)

Splits a string by any of the delimiters.

Adjacent delimiters will give empty tokens. See https://stackoverflow.com/questions/53849