System::ObjectExt::Is yöntemi

ObjectExt::Is(const char16_t *) method

Dize sabiti için ‘is’ operatörü çevirisini uygular. Dize sabiti için özelleştirme.

template<class T> static bool System::ObjectExt::Is(const char16_t *str)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
strconst char16_t *String literalı.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const ExceptionWrapper<U>&) method

İstisna sarmalayıcı tipleri için ‘is’ operatörü çevirisini uygular. İstisna sarmalayıcı tipleri için özelleştirme.

template<class T,class U> static std::enable_if<IsExceptionWrapper<T>::value, bool>::type System::ObjectExt::Is(const ExceptionWrapper<U> &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst ExceptionWrapper<U>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const Nullable<U>&) method

‘is’ operatörünün çevirisini uygular. Nullable tipi için özelleştirme.

template<class T,class U> static bool System::ObjectExt::Is(const Nullable<U> &value)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
valueconst Nullable<U>&Nullable türü.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const Object&) method

‘is’ operatörünün çevirisini uygular. Değer tipleri için özelleştirme.

template<class T> static std::enable_if<std::is_convertible<T, Object>::value, bool>::type System::ObjectExt::Is(const Object &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst Object&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const Object&) method

‘is’ operatörünün çevirisini uygular. Dönüştürülemez tipler için özelleştirme.

template<class T> static std::enable_if<!std::is_convertible<T, Object>::value, bool>::type System::ObjectExt::Is(const Object &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst Object&Object ‘is’ operatörünü test etmek için.

ReturnValue

Tipler dönüştürülemez olduğu için her zaman false döndürür.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<Object>&) method

Nullable tipleri için ‘is’ operatörü çevirisini uygular. Nullable tipleri için özelleştirme.

template<class T> static std::enable_if<IsNullable<T>::value, bool>::type System::ObjectExt::Is(const SmartPtr<Object> &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst SmartPtr<Object>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<Object>&) method

== operatörü tanımlı kutlanabilir tipler için ‘is’ operatörü çevirisini uygular. == operatörü tanımlı kutlanabilir tipler için özelleştirme.

template<class T> static std::enable_if<System::IsBoxable<T>::value &&!IsNullable<T>::value &&!std::is_enum<T>::value &&detail::has_operator_equal<T>::value, bool>::type System::ObjectExt::Is(const SmartPtr<Object> &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst SmartPtr<Object>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<Object>&) method

== operatörü tanımlanmamış kutlanabilir tipler için ‘is’ operatörü çevirisini uygular. == operatörü tanımlanmamış kutlanabilir tipler için özelleştirme.

template<class T> static std::enable_if<System::IsBoxable<T>::value &&!IsNullable<T>::value &&!std::is_enum<T>::value &&!detail::has_operator_equal<T>::value, bool>::type System::ObjectExt::Is(const SmartPtr<Object> &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst SmartPtr<Object>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<U>&) method

‘is’ operatörünün çevirisini uygular. İşaretçi tipleri için özelleştirme.

template<class T,class U> static std::enable_if<IsSmartPtr<T>::value, bool>::type System::ObjectExt::Is(const SmartPtr<U> &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst SmartPtr<U>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<U>&) method

Enum tipleri için ‘is’ operatörü çevirisini uygular. Enum tipleri için özelleştirme.

template<class T,class U> static std::enable_if<std::is_enum<T>::value, bool>::type System::ObjectExt::Is(const SmartPtr<U> &obj)
ParametreAçıklama
THedef tip.
Uİşaret edilen nesnenin tipi.
ParametreTürAçıklama
objconst SmartPtr<U>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const SmartPtr<V>&) method

Arayüzlere kutlanan değer tipleri için ‘is’ operatörü çevirisini uygular. Değer tiplerinin arayüzlere kutlanması için özelleştirme.

template<class T,class V> static std::enable_if<System::IsBoxable<T>::value &&!IsNullable<T>::value &&!std::is_enum<T>::value &&!std::is_same<V, Object>::value, bool>::type System::ObjectExt::Is(const SmartPtr<V> &obj)
ParametreAçıklama
THedef tip.
Vİşaret edilen nesnenin tipi.
ParametreTürAçıklama
objconst SmartPtr<V>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const T&) method

‘is’ operatörünün çevirisini uygular. Kutulanabilir (değer) tipler için özelleştirme; bu tiplerin tam olarak kutulanabilir olmasıdır.

template<class T> static std::enable_if<System::IsBoxable<T>::value, bool>::type System::ObjectExt::Is(const T &obj)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
objconst T&Object ‘is’ operatörünü test etmek için. Yok sayıldı.

ReturnValue

Her zaman doğru

Ayrıca Bakınız

ObjectExt::Is(const U&) method

‘is’ operatörünün çevirisini uygular. ‘final’ sınıflar için optimize edilmiş işaretçi tipleri için özelleştirme.

template<class T,class U> static std::enable_if<std::is_convertible<T, Object>::value &&std::is_final<T>::value &&!System::IsBoxable<T>::value &&System::IsSmartPtr<U>::value, bool>::type System::ObjectExt::Is(const U &obj)
ParametreAçıklama
THedef tip.
UTest edilen tip.
ParametreTürAçıklama
objconst U&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const U&) method

‘is’ operatörünün çevirisini uygular. İşaretçi tipleri için özelleştirme.

template<class T,class U> static std::enable_if<std::is_convertible<T, Object>::value &&!std::is_final<T>::value &&!System::IsBoxable<T>::value &&System::IsSmartPtr<U>::value, bool>::type System::ObjectExt::Is(const U &obj)
ParametreAçıklama
THedef tip.
UTest edilen tip.
ParametreTürAçıklama
objconst U&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(const WeakPtr<U>&) method

Enum tipleri ve zayıf işaretçiler için ‘is’ operatörü çevirisini uygular. Enum tipleri ve zayıf işaretçiler için özelleştirme.

template<class T,class U> static std::enable_if<std::is_enum<T>::value, bool>::type System::ObjectExt::Is(const WeakPtr<U> &obj)
ParametreAçıklama
THedef tip.
Uİşaret edilen nesnenin tipi.
ParametreTürAçıklama
objconst WeakPtr<U>&Object ‘is’ operatörünü test etmek için.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız

ObjectExt::Is(int32_t) method

Tamsayı sabiti için ‘is’ operatörü çevirisini uygular. Tamsayı sabiti için özelleştirme.

template<class T> static bool System::ObjectExt::Is(int32_t value)
ParametreAçıklama
THedef tip.
ParametreTürAçıklama
değerint32_ttam sayı literalı.

ReturnValue

Eğer ‘is’ true döndürürse doğru, aksi takdirde yanlış.

Ayrıca Bakınız