std::codecvt::length,do_length (3) Linux Manual Page
NAME std::codecvt<InternT,ExternT,State>::length,do_length – std::codecvt<InternT,ExternT,State>::length,do_length Synopsis Defined in header <locale> public: int length( StateT& state, const ExternT* from, (1) const ExternT* from_end, std::size_t max ) const; protected: virtual int do_length( StateT& state, const ExternT* from, (2) const ExternT* from_end, std::size_t max ) const; 1) public member function, calls the member function do_length of the most derived…
