Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
mie::local::hasNegative< T, E > Struct Template Reference

#include <zm.h>

Inheritance diagram for mie::local::hasNegative< T, E >:
Collaboration diagram for mie::local::hasNegative< T, E >:

Public Member Functions

MIE_FORCE_INLINE T operator- () const
 

Detailed Description

template<class T, class E = Empty<T>>
struct mie::local::hasNegative< T, E >

Definition at line 154 of file zm.h.

Member Function Documentation

◆ operator-()

template<class T , class E = Empty<T>>
MIE_FORCE_INLINE T mie::local::hasNegative< T, E >::operator- ( ) const
inline

Definition at line 155 of file zm.h.

155{ T c; T::neg(c, static_cast<const T&>(*this)); return c; }
#define T(meth, val, expected)

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