fidl::ostream

Summary

Functions

Formatted(const T & v) -> Formatted< T >
operator<<(std::ostream & os, const Formatted< T > & value)
std::ostream &

Structs

fidl::ostream::Formatted
fidl::ostream::Formatter
fidl::ostream::Formatter< T, std::enable_if_t< std::is_integral_v< T >||std::is_floating_point_v< T > > >
fidl::ostream::Formatter< bool >
fidl::ostream::Formatter< fdf::Channel >
fidl::ostream::Formatter< fidl::Box< T > >
fidl::ostream::Formatter< int8_t >
fidl::ostream::Formatter< std::array< T, N > >
fidl::ostream::Formatter< std::optional< T > >
fidl::ostream::Formatter< std::optional< std::string > >
fidl::ostream::Formatter< std::optional< std::vector< T > > >
fidl::ostream::Formatter< std::string >
fidl::ostream::Formatter< std::vector< T > >
fidl::ostream::Formatter< uint8_t >

Functions

Formatted

 Formatted(
  const T & v
) -> Formatted< T >

operator<<

std::ostream & operator<<(
  std::ostream & os,
  const Formatted< T > & value
)