在C++中,由科索沃组成,具有地方职能:
int main() {
struct S { static void M(const S& s) { } };
S s;
S::M(s);
}
但不包括科索沃的模板:
template<typename T> void Foo(const T& t) { }
int main() {
struct S { } s;
Foo(s); // Line 5: error: no matching function for call to Foo(main()::S&)
}