FTSLib 0.1.1
A simple C++ library for decoding FTS (FloweyTaleSave) files.
Loading...
Searching...
No Matches
Functions
split.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Functions

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

Function Documentation

◆ split()

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