iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::detail::compare_expected_value< T, E > Struct Template Reference

helper struct for 'operator==' to be able to handle 'void' value type specialization More...

#include <expected_helper.hpp>

Static Public Member Functions

static constexpr bool is_same_value_unchecked (const expected_storage< T, E > &lhs, const expected_storage< T, E > &rhs)
 

Detailed Description

template<typename T, typename E>
struct iox2::legacy::detail::compare_expected_value< T, E >

helper struct for 'operator==' to be able to handle 'void' value type specialization

Definition at line 204 of file expected_helper.hpp.

Member Function Documentation

◆ is_same_value_unchecked()

template<typename T , typename E >
static constexpr bool iox2::legacy::detail::compare_expected_value< T, E >::is_same_value_unchecked ( const expected_storage< T, E > &  lhs,
const expected_storage< T, E > &  rhs 
)
inlinestaticconstexpr

Definition at line 205 of file expected_helper.hpp.

References iox2::legacy::always_false_v.


The documentation for this struct was generated from the following file: