libtime++: Date and time calculation

◆ init_from_string()

template<class X >
void init_from_string ( const std::string &  Initializer)

Definition at line 50 of file testtime++.cc.

51 {
52  X Instance(Initializer);
53  std::cout << Instance.timestring()
54  << " initialized from string \""
55  << Initializer << "\"" << endl;
56 }