System.Generics.Defaults.TCustomComparer.operator ()

From RAD Studio API Documentation
Jump to: navigation, search

C++

operator IEqualityComparer__1<T>*(void) { return (IEqualityComparer__1<T>*)&__IEqualityComparer__1; }
operator IComparer__1<T>*(void) { return (IComparer__1<T>*)&__IComparer__1; }

Properties

Type Visibility Source Unit Parent
function public System.Generics.Defaults.hpp System.Generics.Defaults TCustomComparer

Description

Returns an instance of the IInterface interface that TSingletonImplementation implements.

System.Generics.Defaults.TCustomComparer.operator () inherits from System.Generics.Defaults.TSingletonImplementation.operator (). All content below this line refers to System.Generics.Defaults.TSingletonImplementation.operator ().

Returns an instance of the IInterface interface that TSingletonImplementation implements.

See Also