Exemplo n.º 1
0
 inline bool operator== (const Stat<T>& left, const Stat<T>& right)
 {
     return left.getBase()==right.getBase() &&
         left.getModified()==right.getModified();
 }
Exemplo n.º 2
0
 const T& getBase() const
 {
     return mStatic.getBase();
 }