This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ctime> | |
#include <cstring> | |
#include <chrono> | |
#include <sstream> | |
#include <iomanip> | |
#include <iostream> | |
template <typename member_t, typename object_t, member_t object_t::*member> | |
static int compare(const object_t & obj1, const object_t & obj2) | |
{ |