Go to the source code of this file.
|
template<typename Container > |
TfSpan< typename Container::value_type > | TfMakeSpan (Container &cont) |
| Helper for constructing a non-const TfSpan from a container.
|
|
template<typename Container > |
TfSpan< const typename Container::value_type > | TfMakeConstSpan (const Container &cont) |
| Helper for constructing a const TfSpan from a container.
|
|
◆ TfMakeConstSpan()
TfSpan< const typename Container::value_type > TfMakeConstSpan |
( |
const Container & |
cont | ) |
|
Helper for constructing a const TfSpan from a container.
Definition at line 233 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 224 of file span.h.