#pragma once #include #include using namespace std; class WordProcessing { public: /* * brief: Sort and apply the possible unicity option to the words */ static void ProcessWords(bool isUnique, vector& ioWords); };