template< class CharT, class Traits,
class UIntType, size_t w, size_t s, size_t r >
std::basic_ostream<CharT,Traits>&
operator<<( std::basic_ostream<CharT,Traits>& ost,
const std::subtract_with_carry_engine<UIntType,w,s,r>& e ); (1) (since C++11) template< class CharT, class Traits,
class UIntType, size_t w, size_t s, size_t r >
std::basic_istream<CharT,Traits>&
operator>>( std: