c++ Programming Glossary: time_span
template class operator overloading problem http://stackoverflow.com/questions/4730788/template-class-operator-overloading-problem template typename counter_type class time_stamp typedef time_span counter_type time_span_type typedef typename counter_type value_type.. class time_stamp typedef time_span counter_type time_span_type typedef typename counter_type value_type value_type public.. of this post next line is the one causing the error friend time_span counter_type operator const time_stamp counter_type first const..
|