ONE - On-device Neural Engine
Loading...
Searching...
No Matches
string_helpers.h File Reference

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)
 

Detailed Description

This file contains helper functions for std::string.

Definition in file string_helpers.h.