Unravel Engine C++ Reference
Loading...
Searching...
No Matches
moodycamel::details::thread_id_converter< thread_id_t > Struct Template Reference

#include <concurrentqueue.h>

Public Types

typedef thread_id_t thread_id_numeric_size_t
 
typedef thread_id_t thread_id_hash_t
 

Static Public Member Functions

static thread_id_hash_t prehash (thread_id_t const &x)
 

Detailed Description

template<typename thread_id_t>
struct moodycamel::details::thread_id_converter< thread_id_t >

Definition at line 84 of file concurrentqueue.h.

Member Typedef Documentation

◆ thread_id_hash_t

Definition at line 86 of file concurrentqueue.h.

◆ thread_id_numeric_size_t

template<typename thread_id_t >
thread_id_t moodycamel::details::thread_id_converter< thread_id_t >::thread_id_numeric_size_t

Definition at line 85 of file concurrentqueue.h.

Member Function Documentation

◆ prehash()

template<typename thread_id_t >
static thread_id_hash_t moodycamel::details::thread_id_converter< thread_id_t >::prehash ( thread_id_t const & x)
inlinestatic

Definition at line 87 of file concurrentqueue.h.


The documentation for this struct was generated from the following file: