BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
fc::detail::sub_eq< A, U > Struct Template Reference

#include <fwd_impl.hpp>

Public Attributes

decltype(*((A *) 0) -=*((typename std::remove_reference< U >::type *) 0)) typede type )
 

Detailed Description

template<typename A, typename U>
struct fc::detail::sub_eq< A, U >

Definition at line 27 of file fwd_impl.hpp.

Member Data Documentation

◆ type

template<typename A , typename U >
decltype( *((A*)0) -= *((typename std::remove_reference<U>::type*)0) ) typede fc::detail::sub_eq< A, U >::type)

Definition at line 28 of file fwd_impl.hpp.


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