Callable Nedir
C++17 ile gelen bir kavram. Açıklaması şöyle
C++17 ile gelen bir kavram. Açıklaması şöyle
Yani basitçe "operator ()" metodunu sağlayan sınıf, struct gibi düşünülebilir. Bir function Callable değildir !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.
Hiç yorum yok:
Yorum Gönder