iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
type_variant.hpp File Reference
#include <cstdint>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  iox2
 

Enumerations

enum class  iox2::TypeVariant : uint8_t { iox2::FixedSize , iox2::Dynamic }
 

Functions

auto operator<< (std::ostream &stream, const iox2::TypeVariant &value) -> std::ostream &
 

Function Documentation

◆ operator<<()

auto operator<< ( std::ostream &  stream,
const iox2::TypeVariant value 
) -> std::ostream &