Template Function navtk::operator<<(std::ostream&, const not_null<T>&)

Function Documentation

template<class T>
std::ostream &navtk::operator<<(std::ostream &os, const not_null<T> &val)

Define std::ostream stream operator to use not_null::get().

Parameters
  • os – A std::ostream reference.

  • val – The not_null value.

Returns

A std::ostream reference.