ONE - On-device Neural Engine
|
This file contains helper functions for std::string. More...
#include <ostream>
#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::misc |
Functions | |
std::vector< std::string > | nnfw::misc::split (const std::string &s, char delim) |
template<typename... Args> | |
std::string | nnfw::misc::str (Args &&...args) |
template<typename InputIt > | |
std::string | nnfw::misc::join (InputIt first, InputIt last, const std::string &concat) |
This file contains helper functions for std::string.
Definition in file string_helpers.h.