Header <boost/icl/ptime.hpp>
namespace boost {
namespace icl {
template < > struct is_discrete < boost :: posix_time :: ptime > ;
template < > struct has_difference < boost :: posix_time :: ptime > ;
template < > struct difference_type_of < boost :: posix_time :: ptime > ;
template < > struct size_type_of < boost :: posix_time :: ptime > ;
template < > struct is_discrete < boost :: posix_time :: time_duration > ;
template < > struct has_difference < boost :: posix_time :: time_duration > ;
template < > struct size_type_of < boost :: posix_time :: time_duration > ;
boost :: posix_time :: ptime operator ++ ( boost :: posix_time :: ptime & x) ;
boost :: posix_time :: ptime operator -- ( boost :: posix_time :: ptime & x) ;
boost :: posix_time :: time_duration
operator ++ ( boost :: posix_time :: time_duration & x) ;
boost :: posix_time :: time_duration
operator -- ( boost :: posix_time :: time_duration & x) ;
}
}
Статья Header <boost/icl/ptime.hpp> раздела Chapter 1. Boost.Icl Interval Container Library Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Interval Container Library Reference ::