omni::string::util::split
NAME

omni::string::util::split

A function of omni::string::util

#include <omni/string/util.hpp>
template < template < class, class > class std_seq_t, class std_string_t > inline std_seq_t<std_string_t, std::allocator<std_string_t> > omni::string::util::split(const std_string_t& str, const std_string_t& delimeter, std::size_t max_val)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

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