A library for working with phylogenetic and population genetic data.
v0.32.0
thread_id_converter< thread_id_t > Struct Template Reference

#include <genesis/utils/threading/concurrent_queue.hpp>

Detailed Description

template<typename thread_id_t>
struct genesis::utils::details::thread_id_converter< thread_id_t >

Definition at line 144 of file concurrent_queue.hpp.

Static Public Member Functions

static thread_id_hash_t prehash (thread_id_t const &x)
 

Public Types

typedef thread_id_t thread_id_hash_t
 
typedef thread_id_t thread_id_numeric_size_t
 

Member Function Documentation

◆ prehash()

static thread_id_hash_t prehash ( thread_id_t const &  x)
inlinestatic

Definition at line 147 of file concurrent_queue.hpp.

Member Typedef Documentation

◆ thread_id_hash_t

Definition at line 146 of file concurrent_queue.hpp.

◆ thread_id_numeric_size_t

Definition at line 145 of file concurrent_queue.hpp.


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