Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
sknonstd::copy_volatile< D, S > Struct Template Reference

#include <SkTLogic.h>

Public Types

using type = std::conditional_t< std::is_volatile< S >::value, std::add_volatile_t< D >, D >
 

Detailed Description

template<typename D, typename S>
struct sknonstd::copy_volatile< D, S >

Definition at line 31 of file SkTLogic.h.

Member Typedef Documentation

◆ type

template<typename D , typename S >
using sknonstd::copy_volatile< D, S >::type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>

Definition at line 32 of file SkTLogic.h.


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