11 std::vector<std::string> lines;
27 str.erase(0,
str.find_first_not_of(
" \n\r\t"));
28 str.erase(
str.find_last_not_of(
" \n\r\t") + 1);
Definition async_buffer_copy.hpp:6
std::string trim(std::string str)
Definition split.hpp:26
std::vector< std::string > split(const std::string &str, char delimiter='\n')
Definition split.hpp:10
std::vector< std::string > split_lines(const std::string &str)
Definition split.hpp:22
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20