10#include "ioss_export.h"
20 IOSS_EXPORT std::vector<std::string>
21 tokenize(
const std::string &str,
const std::string &separators,
bool allow_empty =
false);
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
IOSS_EXPORT std::vector< std::string > tokenize(const std::string &str, const std::string &separators, bool allow_empty=false)
Definition tokenize.C:11