MySQL 8.4.0
Source Code Documentation
temptable::Largest_lock_free_type_selector< T, V > Struct Template Reference

Largest lock-free type selector, a helper utility very much similar to Lock_free_type_selector with the difference being that it tries hard not to fail. More...

#include <lock_free_type.h>

Detailed Description

template<typename T, typename V = void>
struct temptable::Largest_lock_free_type_selector< T, V >

Largest lock-free type selector, a helper utility very much similar to Lock_free_type_selector with the difference being that it tries hard not to fail.

E.g. it will try to find the largest available T for given platform which has a property of being always-lock-free. T which has been selected is then found in Largest_lock_free_type_selector::Type. Signedness of T is respected.


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