18 #ifndef __CSI_STATE_HPP__ 19 #define __CSI_STATE_HPP__ 22 #include "csi/state.pb.h" 30 const VolumeState::State& state)
32 return stream << VolumeState::State_Name(state);
39 #endif // __CSI_STATE_HPP__
std::ostream & operator<<(std::ostream &stream, const VolumeState::State &state)
Definition: state.hpp:28