2
3
4
5
6
7
8
10#ifndef FMT_CONTAINER_H_
11#define FMT_CONTAINER_H_
20
21
22
23
24
25template <
typename Container>
40 if (
this->
size_ > 0) {
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64template <
class Container>
66 :
public BasicWriter<
typename Container::value_type> {
72
73
74
75
BasicContainerWriter(Container &dest)
internal::ContainerBuffer< Container > buffer_
virtual void grow(std::size_t size) FMT_OVERRIDE
ContainerBuffer(Container &container)