C++ Template Arguments Sort
I’m looking for template code to sort template arguments by the return value of their static member function static constexpr int getType()
, something like:
I’m looking for template code to sort template arguments by the return value of their static member function static constexpr int getType()
, something like: