53 typedef typename Container::value_type value_type;
Template class which forwards insertions to the container class.
Comma_initializer & operator=(const value_type v)
Should only be used with first value.
Comma_initializer & operator+=(value_type v)
Should only be used with first value.