xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
generic
helpers
wrap_pointer_reverse_iterator.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
wrap_pointer_iterator.hpp
"
6
8
namespace
xtd
{
10
namespace
collections
{
12
namespace
generic
{
14
namespace
helpers
{
30
template
<
typename
value_t,
typename
iterator_tag_t = std::random_access_iterator_tag>
31
using
wrap_pointer_reverse_iterator
= std::reverse_iterator<wrap_pointer_iterator<value_t, iterator_tag_t>>;
32
}
33
}
34
}
35
}
xtd::collections::generic::helpers::wrap_pointer_reverse_iterator
std::reverse_iterator< wrap_pointer_iterator< value_t, iterator_tag_t > > wrap_pointer_reverse_iterator
Represents a wrap pointer reverse iterator.
Definition
wrap_pointer_reverse_iterator.hpp:31
xtd::collections::generic::helpers
The xtd::collections::generic::helpers namespace contains helpers for generic collections,...
Definition
allocator.hpp:14
xtd::collections::generic
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition
comparer.hpp:16
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
wrap_pointer_iterator.hpp
Contains xtd::collections::generic::helpers::wrap_pointer_iterator class.
Generated on
for xtd by
Gammasoft
. All rights reserved.