HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/diagnostic.h"
#include <cstddef>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | TfSpan< T > |
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 | ) |