HDK
|
Functions | |
template<class T , OIIO::oiio_span_size_type E = OIIO::dynamic_extent> | |
constexpr size_t | size (const OIIO::span< T, E > &c) |
template<class T , OIIO::oiio_span_size_type E = OIIO::dynamic_extent> | |
constexpr size_t | size (const OIIO::span_strided< T, E > &c) |
template<class T , OIIO::oiio_span_size_type E = OIIO::dynamic_extent> | |
constexpr ptrdiff_t | ssize (const OIIO::span< T, E > &c) |
template<class T , OIIO::oiio_span_size_type E = OIIO::dynamic_extent> | |
constexpr ptrdiff_t | ssize (const OIIO::span_strided< T, E > &c) |
constexpr size_t | size (const OIIO::string_view &c) |
constexpr ptrdiff_t | ssize (const OIIO::string_view &c) |
template<class T > | |
std::enable_if < PXR_NS::Tf_IsOstreamable< T > ), std::ostream & >::type | operator<< (std::ostream &out, const std::vector< T > &v) |
template<class T > | |
std::enable_if < PXR_NS::Tf_IsOstreamable< T > ), std::ostream & >::type | operator<< (std::ostream &out, const std::set< T > &v) |
template<class T > | |
std::enable_if < PXR_NS::Tf_IsOstreamable< T > ), std::ostream & >::type | operator<< (std::ostream &out, const std::list< T > &l) |
template<class K , class M , class H , class C , class A > | |
std::enable_if < PXR_NS::Tf_IsOstreamable< K > )&&PXR_NS::Tf_IsOstreamable< M > ), std::ostream & >::type | operator<< (std::ostream &out, const PXR_NS::TfHashMap< K, M, H, C, A > &h) |
template<class K , class M > | |
std::enable_if < PXR_NS::Tf_IsOstreamable< K > )&&PXR_NS::Tf_IsOstreamable< M > ), std::ostream & >::type | operator<< (std::ostream &out, const std::map< K, M > &h) |
template<typename Key , bool MULTI, int MAX_LOAD_FACTOR_256, typename Clearer , class Hash , class KeyEqual > | |
void | swap (UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > &a, UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > &b) |
template<typename OS , typename K , typename V > | |
OS & | operator<< (OS &os, const pair< K, V > &v) |
|
inline |
constexpr size_t std::size | ( | const OIIO::span< T, E > & | c | ) |
constexpr size_t std::size | ( | const OIIO::span_strided< T, E > & | c | ) |
constexpr size_t std::size | ( | const OIIO::string_view & | c | ) |
Definition at line 406 of file string_view.h.
constexpr ptrdiff_t std::ssize | ( | const OIIO::span< T, E > & | c | ) |
constexpr ptrdiff_t std::ssize | ( | const OIIO::span_strided< T, E > & | c | ) |
constexpr ptrdiff_t std::ssize | ( | const OIIO::string_view & | c | ) |
Definition at line 410 of file string_view.h.
void std::swap | ( | UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > & | a, |
UT::ArraySet< Key, MULTI, MAX_LOAD_FACTOR_256, Clearer, Hash, KeyEqual > & | b | ||
) |
Definition at line 1639 of file UT_ArraySet.h.