Template Struct union_two_competence_packs

Struct Documentation

template<typename TPack1, typename TPack2>
struct union_two_competence_packs

Compute the unique union of the competences of two competence_pack ‘s.

This produces a new competence_pack of the same type (mesh or element competence_pack) containing all competences with duplicates removed.

Template Parameters:
  • TPack1 – First competence pack.

  • TPack2 – Second competence pack.