omni::string::split
NAME

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)
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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top