rocprofiler-sdk/cxx/hash.hpp File Reference#
Rocprofiler SDK Developer API 0.5.0
ROCm Profiling API and tools
|
hash.hpp File Reference
Include dependency graph for hash.hpp:
Go to the source code of this file.
Data Structures | |
struct | rocprofiler::sdk::hash::handle_hasher< Tp > |
Namespaces | |
namespace | rocprofiler |
namespace | rocprofiler::sdk |
namespace | rocprofiler::sdk::hash |
namespace | std |
STL namespace. | |
Macros | |
#define | ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER(TYPE) |
Macro Definition Documentation
◆ ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER
#define ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER | ( | TYPE | ) |
Value:
template <> \
{ \
using parent_type = ::rocprofiler::sdk::hash::handle_hasher<TYPE>; \
using parent_type::operator(); \
};
Definition at line 50 of file hash.hpp.
53 { \
55 using parent_type::operator(); \
56 };
Generated by 1.9.8