Open Search
    GetNonConst< T, DEF, typename > Struct Template Reference

    #include <apibase.h>

    Detailed Description

    template<typename T, typename DEF = std::false_type, typename = void>
    struct maxon::GetNonConst< T, DEF, typename >

    This type trait gets the NonConst member type of T (or std::false_type if this doesn't exist).

    Template Parameters
    TType to check.

    Public Types

    using type = DEF
     

    Static Public Attributes

    static const maxon::Bool value
     

    Member Typedef Documentation

    ◆ type

    using type = DEF

    Member Data Documentation

    ◆ value

    const maxon::Bool value
    static