| 256 | |
| 257 | template <typename CONT> |
| 258 | void InfoWriter::SetArray(std::string const& key, CONT const& container) |
| 259 | { |
| 260 | MakeStringArray(this->Value_[key], container); |
| 261 | } |
| 262 | |
| 263 | template <typename CONT, typename FUNC> |
| 264 | void InfoWriter::SetArrayArray(std::string const& key, CONT const& container, |
no outgoing calls
no test coverage detected