BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
base64< _E, _Tr >::crlf Struct Reference

#include <base64.h>

Public Member Functions

template<class _OI >
_OI operator() (_OI _To) const
 

Detailed Description

template<class _E = char, class _Tr = std::char_traits<_E>>
struct base64< _E, _Tr >::crlf

Definition at line 55 of file base64.h.

Member Function Documentation

◆ operator()()

template<class _E = char, class _Tr = std::char_traits<_E>>
template<class _OI >
_OI base64< _E, _Tr >::crlf::operator() ( _OI  _To) const
inline

Definition at line 58 of file base64.h.

58 {
59 *_To = _Tr::to_char_type('\r'); ++_To;
60 *_To = _Tr::to_char_type('\n'); ++_To;
61
62 return (_To);
63 }

The documentation for this struct was generated from the following file: