c++11 - Result of boost::posix_time::milliseconds(0) -


what behaviour of boost::posix_time::milliseconds() function if value 0 passed argument function?

the function boost::posix_time::milliseconds(long) creates object of type time_duration represents amount of time. boost::posix_time::milliseconds(0) will, therefore, represent duration of 0 seconds.


Comments