Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
SkTypeTraits.h File Reference
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

struct  sk_has_trivially_relocatable_member< typename, typename >
 
struct  sk_has_trivially_relocatable_member< T, std::void_t< typename T::sk_is_trivially_relocatable > >
 
struct  sk_is_trivially_relocatable< T >
 
struct  sk_is_trivially_relocatable< std::unique_ptr< T > >
 

Variables

template<typename T >
constexpr bool sk_is_trivially_relocatable_v = sk_is_trivially_relocatable<T>::value
 

Variable Documentation

◆ sk_is_trivially_relocatable_v

template<typename T >
constexpr bool sk_is_trivially_relocatable_v = sk_is_trivially_relocatable<T>::value
inlineconstexpr

Definition at line 31 of file SkTypeTraits.h.