![]() |
MySQL 9.2.0
Source Code Documentation
|
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>
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.