span.h File Reference
+ Include dependency graph for span.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TfSpan< T >
 Represents a range of contiguous elements. More...
 

Functions

template<typename Container >
TfSpan< typename Container::value_type > TfMakeSpan (Container &cont)
 Helper for constructing a non-const TfSpan from a container. More...
 
template<typename Container >
TfSpan< const typename Container::value_type > TfMakeConstSpan (const Container &cont)
 Helper for constructing a const TfSpan from a container. More...
 

Function Documentation

◆ TfMakeConstSpan()

TfSpan<const typename Container::value_type> TfMakeConstSpan ( const Container &  cont)

Helper for constructing a const TfSpan from a container.

Definition at line 250 of file span.h.

◆ TfMakeSpan()

TfSpan<typename Container::value_type> TfMakeSpan ( Container &  cont)

Helper for constructing a non-const TfSpan from a container.

Definition at line 241 of file span.h.