Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::add_type_volatile< T > Struct Template Reference

Primary template, adding volatile to value types. More...

#include <TypeTraits.hpp>

Public Types

using type = volatile T
 

Detailed Description

template<class T>
struct sl::add_type_volatile< T >

Primary template, adding volatile to value types.

Template Parameters
TQualification to be applied to.

Member Typedef Documentation

◆ type

template<class T >
using sl::add_type_volatile< T >::type = volatile T

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