Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Struct template year_month_day_base

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Library Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct template year_month_day_base

boost::date_time::year_month_day_base — Allow rapid creation of ymd triples of different types.

Synopsis

// In header: <boost/date_time/year_month_day.hpp>
template<typename YearType, typename MonthType, typename DayType> 
struct year_month_day_base {
  // types
  typedef YearType  year_type; 
  typedef MonthType month_type;
  typedef DayType   day_type;  
  // construct/copy/destruct
  year_month_day_base(YearType, MonthType, DayType);
  // public data members
  YearType year;
  MonthType month;
  DayType day;
};

Description

year_month_day_base public construct/copy/destruct

  1. year_month_day_base(YearType year, MonthType month, DayType day);
    Базовый конструктор.

PrevUpHomeNext

Статья Struct template year_month_day_base раздела The Boost C++ Libraries BoostBook Documentation Subset Library Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Library Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 18:58:38/0.0055382251739502/0