| 
| template<class T >  | 
| const T &  | boost::io::detail::const_or_not (const T &x) | 
|   | 
| template<class Ch , class Facet >  | 
| char  | boost::io::detail::wrap_narrow (const Facet &fac, Ch c, char deflt) | 
|   | 
| template<class Ch , class Facet >  | 
| bool  | boost::io::detail::wrap_isdigit (const Facet &fac, Ch c) | 
|   | 
| template<class Iter , class Facet >  | 
| Iter  | boost::io::detail::wrap_scan_notdigit (const Facet &fac, Iter beg, Iter end) | 
|   | 
| template<class Res , class Iter , class Facet >  | 
| Iter  | boost::io::detail::str2int (const Iter &start, const Iter &last, Res &res, const Facet &fac) | 
|   | 
| template<class Iter , class Facet >  | 
| Iter  | boost::io::detail::skip_asterisk (Iter start, Iter last, const Facet &fac) | 
|   | 
| void  | boost::io::detail::maybe_throw_exception (unsigned char exceptions, std::size_t pos, std::size_t size) | 
|   | 
| template<class Ch , class Tr , class Alloc , class Iter , class Facet >  | 
| bool  | boost::io::detail::parse_printf_directive (Iter &start, const Iter &last, detail::format_item< Ch, Tr, Alloc > *fpar, const Facet &fac, std::size_t offset, unsigned char exceptions) | 
|   | 
| template<class String , class Facet >  | 
| int  | boost::io::detail::upper_bound_from_fstring (const String &buf, const typename String::value_type arg_mark, const Facet &fac, unsigned char exceptions) | 
|   | 
| template<class String >  | 
| void  | boost::io::detail::append_string (String &dst, const String &src, const typename String::size_type beg, const typename String::size_type end) | 
|   |