OpenTTD Source  20240919-master-gdf0233f4c2
StrongType::Compatible< TCompatibleType >::mixin< TType, TBaseType > Struct Template Reference

Friends

constexpr friend bool operator== (const TType &lhs, TCompatibleType rhs)
 
constexpr friend bool operator!= (const TType &lhs, TCompatibleType rhs)
 
constexpr friend bool operator<= (const TType &lhs, TCompatibleType rhs)
 
constexpr friend bool operator< (const TType &lhs, TCompatibleType rhs)
 
constexpr friend bool operator>= (const TType &lhs, TCompatibleType rhs)
 
constexpr friend bool operator> (const TType &lhs, TCompatibleType rhs)
 
constexpr friend TType operator+ (const TType &lhs, TCompatibleType rhs)
 
constexpr friend TType operator- (const TType &lhs, TCompatibleType rhs)
 

Detailed Description

template<typename TCompatibleType>
template<typename TType, typename TBaseType>
struct StrongType::Compatible< TCompatibleType >::mixin< TType, TBaseType >

Definition at line 121 of file strong_typedef_type.hpp.


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