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... | |
TfSpan<const typename Container::value_type> TfMakeConstSpan | ( | const Container & | cont | ) |