xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
specialized
string_vector.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#if defined(_MSC_VER) && __cplusplus < 202302L
6
# pragma message("Deprecated : Replaced by #include <xtd/collection/specialized/string_collection.hpp> - Will be removed in version 1.2.0.")
7
#else
8
# warning "Deprecated : Replaced by #include <xtd/collection/specialized/string_collection.hpp> - Will be removed in version 1.2.0."
9
#endif
10
#include "
string_collection.hpp
"
11
13
namespace
xtd
{
15
namespace
collections
{
17
namespace
specialized
{
32
using
string_vector
[[deprecated(
"Replaced by xtd::collections::specialized::string_collection - Will be removed in version 1.2.0."
)]] =
string_collection
;
33
}
34
}
35
}
xtd::collections::specialized::string_vector
string_collection string_vector
Represents a collection of strings.
xtd::collections::specialized::string_collection
xtd::collections::generic::list< xtd::string > string_collection
Represents a collection of strings.
Definition
string_collection.hpp:27
xtd::collections::specialized
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition
ordered_dictionary.hpp:14
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
string_collection.hpp
Contains xtd::collections::specialized::string_collection alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.