xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
string_split_options.h File Reference
#include <ostream>

Definition

Contains xtd::string_split_options enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::string_split_options {
  xtd::string_split_options::none ,
  xtd::string_split_options::remove_empty_entries
}
 Specifies whether applicable xtd::ustring::split method overloads include or omit empty substrings from the return value. More...
 

Functions

std::ostream & xtd::operator<< (std::ostream &os, xtd::string_split_options options)