Clipboard.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
template<class T> bool operator==(const tag_primitive<T>& lhs, const tag_primitive<T>& rhs);
template<class T> bool operator!=(const tag_primitive<T>& lhs, const tag_primitive<T>& rhs);
 
o Please confirm whether these are client-specific columns or hardcoded for every team

§ These are client specific

o Have we accounted for the maximum-likely number of columns screen-size-wise?

§ Jim said something like 20 but we don’t know for sure.


hmm. This is a Q&A between me and a project manager, building a hockey scouting application. Dunno why I copied it.
 
Code:
    template<class Sub>
    tag& crtp_tag<Sub>::assign(tag&& rhs)
    {
        return *this = dynamic_cast<Sub&&>(rhs);
    }