MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ut::detail::has_atomic_wait< typename, typename > Struct Template Reference

A SFINAE helper type which has value=true if and only if std::atomic<T> supports wait(T). More...

#include <ut0counting_semaphore.h>

Inheritance diagram for ut::detail::has_atomic_wait< typename, typename >:
[legend]

Detailed Description

template<typename, typename = void>
struct ut::detail::has_atomic_wait< typename, typename >

A SFINAE helper type which has value=true if and only if std::atomic<T> supports wait(T).

This is the generic fallback which sets it to false.


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