VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::Traits::IsAtomic< T > Struct Template Reference

Detects whether type T is a std::atomic specialization. More...

#include <traits.h>

Inheritance diagram for vlink::Traits::IsAtomic< T >:
Collaboration diagram for vlink::Traits::IsAtomic< T >:

Detailed Description

template<typename T>
struct vlink::Traits::IsAtomic< T >

Detects whether type T is a std::atomic specialization.

Inherits from std::true_type only for std::atomic for any U.

Template Parameters
TThe type to test.


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