rangeless::fn
calendar.cpp File Reference
#include <fn.hpp>
#include <boost/date_time/gregorian/gregorian.hpp>
#include <iostream>

Go to the source code of this file.

Typedefs

using date_t = greg::date
 
using dates_t = std::vector< date_t >
 

Functions

static void MakeCalendar (const uint16_t year, const uint8_t num_months_horizontally, std::ostream &ostr)
 
int main ()
 

Typedef Documentation

◆ date_t

using date_t = greg::date

Definition at line 12 of file calendar.cpp.

◆ dates_t

using dates_t = std::vector<date_t>

Definition at line 13 of file calendar.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 73 of file calendar.cpp.

◆ MakeCalendar()

static void MakeCalendar ( const uint16_t  year,
const uint8_t  num_months_horizontally,
std::ostream &  ostr 
)
static

Definition at line 15 of file calendar.cpp.