#pragma once namespace meta { template struct PtrMem; //Imposes a strict ordering on the members template struct ordered_comparator { bool operator()(const T& lhs, const T& rhs)const noexcept; }; }