Searched refs:byte_vector (Results 1 – 1 of 1) sorted by relevance
19 std::vector<std::uint8_t> byte_vector; in read_binary_file() local20 byte_vector.reserve(static_cast<std::size_t>(size)); in read_binary_file()21 …byte_vector.insert(byte_vector.begin(), std::istream_iterator<std::uint8_t>(file), std::istream_it… in read_binary_file()22 return byte_vector; in read_binary_file()