Template Function navtk::operator<<(std::ostream&, const not_null<T>&)
Defined in File not_null.hpp
Function Documentation
-
template<class T>
std::ostream &navtk::operator<<(std::ostream &os, const not_null<T> &val) Define
std::ostreamstream operator to use not_null::get().- Parameters
os – A
std::ostreamreference.val – The not_null value.
- Returns
A
std::ostreamreference.