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
}
tests
testtime++.cc
Generated on Mon Aug 21 2023 17:36:10 for libtime++: Date and time calculation by
1.8.14