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

#include <SkTLogic.h>

Public Types

using type = std::conditional_t< std::is_const< S >::value, std::add_const_t< D >, D >
 

Detailed Description

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

Definition at line 26 of file SkTLogic.h.

Member Typedef Documentation

◆ type

template<typename D , typename S >
using sknonstd::copy_const< D, S >::type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>

Definition at line 27 of file SkTLogic.h.


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