Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Functions
type_assignment_checks.h File Reference
#include <type_traits>
#include "../types.h"
#include "../backends.h"
#include "../decorators.h"

Go to the source code of this file.

Namespaces

 lift
 
 lift::__internal
 

Functions

template<typename dst_value_type , typename src_value_type >
static constexpr
LIFT_HOST_DEVICE bool 
lift::__internal::check_value_type_assignment_compatible (void)
 Checks if a source and destination value types are assignment-compatible. More...