Defined in header <locale> public:
int length( StateT& state,
const ExternT* from,
const ExternT* from_end,
std::size_t max ) const; (1) protected:
virtual int do_length( StateT& state,
const ExternT* from,
const ExternT* from_end,
std::size_t max ) const; (2)
1) public member function, calls the member function do_length of the most derived class.
2) att