66 |
LOB(const std::basic_string<T>& content): |
66 |
template<typename Content = std::basic_string<T>, typename = std::enable_if_t<std::is_same_v<Content, std::basic_string<T>>>> |
67 |
_pContent(new std::vector<T>(content.begin(), content.end())) |
68 |
_pContent(new std::vector<T>(content.begin(), content.end())) |