reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/basic_ios.tcc
  159       if (__builtin_expect(has_facet<__ctype_type>(__loc), true))
  160 	_M_ctype = std::__addressof(use_facet<__ctype_type>(__loc));
  164       if (__builtin_expect(has_facet<__num_put_type>(__loc), true))
  165 	_M_num_put = std::__addressof(use_facet<__num_put_type>(__loc));
  169       if (__builtin_expect(has_facet<__num_get_type>(__loc), true))
  170 	_M_num_get = std::__addressof(use_facet<__num_get_type>(__loc));