NAME
A static function of omni::string
OVERLOADS
omni::string::split
A static function of omni::string
#include <omni/xx/string.hxx>template < template < class, class > class std_seq_t, class std_allocator_t > std_seq_t<OMNI_STRING_T_FW, std_allocator_t> omni::string::split(const OMNI_STRING_T_FW& str, const OMNI_STRING_T_FW& delimeter, std::size_t max_val)OVERLOADS
template < template < class, class > class std_seq_t > inline std_seq_t<OMNI_STRING_T_FW, std::allocator<OMNI_STRING_T_FW> > omni::string::split(const OMNI_STRING_T_FW& str, const OMNI_STRING_T_FW& delimeter, std::size_t max_val)
inline omni_sequence_t<OMNI_STRING_T_FW> omni::string::split(const OMNI_STRING_T_FW& str, const OMNI_STRING_T_FW& delimeter, std::size_t max)
inline omni_sequence_t<OMNI_STRING_T_FW> omni::string::split(const OMNI_STRING_T_FW& str, const OMNI_STRING_T_FW& delimeter)