mrdocs::add_volatile_from_t
Alias for add_volatile_from<From, To>::type.
Synopsis
Declared in <mrdocs/Support/TypeTraits.hpp>
template<
typename From,
typename To>
using add_volatile_from_t = add_volatile_from<From, To>::type;
Template Parameters
| Name | Description |
|---|---|
From |
Source type providing volatile qualifier. |
To |
Destination type to adjust. |
Created with MrDocs