BitMagic-C++
Static Public Attributes
bm::is_lock_noexcept< T > Struct Template Reference

"noexcept" traits detection for T::lock() More...

#include <bmtask.h>

Static Public Attributes

constexpr static bool value = noexcept(std::declval<T>().lock())
 

Detailed Description

template<typename T>
struct bm::is_lock_noexcept< T >

"noexcept" traits detection for T::lock()

Definition at line 212 of file bmtask.h.


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