7 Aralık 2015 Pazartesi

Callable

Callable Nedir
C++17 ile gelen bir kavram. Açıklaması şöyle
Callable applies only to object types, and include everything from pointer-to-members to types with an overloaded operator() to types with an implicit conversion to function pointers to function pointers themselves.
Yani basitçe "operator ()" metodunu sağlayan sınıf, struct gibi düşünülebilir. Bir function Callable değildir !



Hiç yorum yok:

Yorum Gönder