#include <PeerConnectionManager.h>
|
| template<typename FormatContext> |
| auto | format (const webrtc::PeerConnectionInterface::SignalingState &state, FormatContext &ctx) const -> decltype(ctx.out()) |
| template<typename ParseContext> |
| constexpr auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
◆ format()
template<typename FormatContext>
| auto fmt::formatter< webrtc::PeerConnectionInterface::SignalingState >::format |
( |
const webrtc::PeerConnectionInterface::SignalingState & | state, |
|
|
FormatContext & | ctx ) const->decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename ParseContext>
| auto fmt::formatter< webrtc::PeerConnectionInterface::SignalingState >::parse |
( |
ParseContext & | ctx | ) |
->decltype(ctx.begin()) |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: