FACT++  1.0
bool Converter::empty ( ) const
inline
Returns
whether the interpreted format was valid but empty ("")

Definition at line 80 of file Converter.h.

Referenced by Get().

80 { return fList.size()==1 && fList.back().first.second==0; }
const FormatList fList
Original format string.
Definition: Converter.h:33

+ Here is the caller graph for this function: