Template Struct is_same< _Ty1, _Ty1 >

Inheritance Relationships

Base Type

Struct Documentation

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