#include <iostream>
#include <list>
#include <optional>
#include <string>
#include "macros.hh"
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const com::bbc::libmpdpp ::Codecs::Encoding &enc) |
|
std::ostream & | operator<< (std::ostream &os, const com::bbc::libmpdpp ::Codecs &codecs) |
|
◆ operator<<() [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const com::bbc::libmpdpp ::Codecs & | codecs ) |
Stream output operator for Codecs
This will convert the Codecs to a string and append it to the os
output stream.
- Parameters
-
os | The stream to output the Codecs to. |
codecs | The Codecs to output. |
- Returns
- The
os
stream.
- See also
- Codecs::operator std::string()
◆ operator<<() [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const com::bbc::libmpdpp ::Codecs::Encoding & | enc ) |
Stream output operator for Codecs::Encoding
This will convert the Encoding to a string and append it to the os
output stream.
- Parameters
-
- Returns
- The
os
stream.
- See also
- Codecs::Encoding::operator std::string()