BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
fc::detail::add_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::add_eq< A, U >

Definition at line 17 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::add_eq< A, U >::type)

Definition at line 18 of file fwd_impl.hpp.


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