Open CASCADE Technology
7.5.0
|
The auxiliary template that is used for template argument deduction in function templates. A function argument which type is a template type parameter and it is not needed to be deducted must be declared using this class template based on the type of some other template type parameter of a function template. More...
#include <Standard_Std.hxx>
Public Types | |
typedef TheType | type |
The auxiliary template that is used for template argument deduction in function templates. A function argument which type is a template type parameter and it is not needed to be deducted must be declared using this class template based on the type of some other template type parameter of a function template.
TheType | the type that is used as a function argument type to prevent its deduction |
typedef TheType opencascade::disable_deduction< TheType >::type |