Defined in header <locale> template<
class CharT,
class InputIt = std::istreambuf_iterator<CharT>
> class num_get;
Class std::num_get encapsulates the rules for parsing string representations of numeric values. Specifically, types bool, unsigned short, unsigned int, long, unsigned long, long long, unsigned long long, float, double, long double, and void* are supported. The standard formatting input operators (such as cin >> n;) use the std::num_ge