Helper class that transforms span into different type using unary predicate.
More...
#include <Urho3D/Container/TransformedSpan.h>
|
using | UndelyingSpan = ea::span< SourceType > |
|
using | UnderlyingIterator = typename UndelyingSpan::const_iterator |
|
|
| TransformedSpan (UndelyingSpan span) |
|
Iterator | Begin () const |
|
Iterator | End () const |
|
eastl_size_t | Size () const |
|
template<class SourceType, class DestinationType, class Function>
class Urho3D::TransformedSpan< SourceType, DestinationType, Function >
Helper class that transforms span into different type using unary predicate.
The documentation for this class was generated from the following file:
- Urho3D/Container/TransformedSpan.h