Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Namespaces | Functions
mock_stream_range.h File Reference
#include "google/cloud/status.h"
#include "google/cloud/stream_range.h"
#include <vector>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 Contains all the Google Cloud C++ Library APIs.
 
 google::cloud::mocks
 Contains helpers for testing the Google Cloud C++ Client Libraries.
 

Functions

template<typename T >
StreamRange< T > google::cloud::mocks::MakeStreamRange (std::vector< T > values, Status final_status={})
 Construct a StreamRange<T> for use in tests. More...