Rebel Fork Framework
Urho3D::TransformedSpan< SourceType, DestinationType, Function > Class Template Reference

Helper class that transforms span into different type using unary predicate. More...

#include <Urho3D/Container/TransformedSpan.h>

Classes

class  Iterator
 

Public Types

using UndelyingSpan = ea::span< SourceType >
 
using UnderlyingIterator = typename UndelyingSpan::const_iterator
 

Public Member Functions

 TransformedSpan (UndelyingSpan span)
 
Iterator Begin () const
 
Iterator End () const
 
eastl_size_t Size () const
 

Private Attributes

UndelyingSpan span_
 

Detailed Description

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: