|
|
| output_vector_adapter (std::vector< CharType, AllocatorType > &vec) noexcept |
| void | write_character (CharType c) override |
| void | write_characters (const CharType *s, std::size_t length) override |
|
| output_adapter_protocol (const output_adapter_protocol &)=default |
|
| output_adapter_protocol (output_adapter_protocol &&) noexcept=default |
|
output_adapter_protocol & | operator= (const output_adapter_protocol &)=default |
|
output_adapter_protocol & | operator= (output_adapter_protocol &&) noexcept=default |
template<typename CharType, typename AllocatorType = std::allocator<CharType>>
class detail::output_vector_adapter< CharType, AllocatorType >
output adapter for byte vectors