Template Struct is_same

Inheritance Relationships

Base Type

Struct Documentation

template<class _Ty1, class _Ty2>
struct is_same : public flamegpu::detail::StaticAssert::integral_constant<bool, false>

TEMPLATE CLASS is_same determine whether _Ty1 and _Ty2 are the same type