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

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

Definition at line 23 of file fwd_impl.hpp.


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