bsl::is_volatile_v

This template variable represents the result value of the bsl::is_volatile meta-function.

Synopsis

Declared in <bslmf_isvolatile.h>

template<class t_TYPE>
inline constexpr bool is_volatile_v = is_volatile<t_TYPE>::value;