OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    opencascade::is_base_but_not_same< T1, T2, typename opencascade::std::enable_if< opencascade::std::is_same< T1, T2 >::value >::type > Struct Template Reference

    Explicit specialization of is_base_of trait to workaround the requirement of type to be complete when T1 and T2 are the same. More...

    #include <Standard_Std.hxx>

    Inheritance diagram for opencascade::is_base_but_not_same< T1, T2, typename opencascade::std::enable_if< opencascade::std::is_same< T1, T2 >::value >::type >:

    Detailed Description

    template<class T1, class T2>
    struct opencascade::is_base_but_not_same< T1, T2, typename opencascade::std::enable_if< opencascade::std::is_same< T1, T2 >::value >::type >

    Explicit specialization of is_base_of trait to workaround the requirement of type to be complete when T1 and T2 are the same.


    The documentation for this struct was generated from the following file: