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

#include <fwd_impl.hpp>

Public Attributes

A * a
 
U * u
 
decltype(*a >> *u) typedef type
 

Detailed Description

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

Definition at line 35 of file fwd_impl.hpp.

Member Data Documentation

◆ a

template<typename A , typename U >
A* fc::detail::extract_op< A, U >::a

Definition at line 36 of file fwd_impl.hpp.

◆ type

template<typename A , typename U >
decltype( *a >> *u ) typedef fc::detail::extract_op< A, U >::type

Definition at line 38 of file fwd_impl.hpp.

◆ u

template<typename A , typename U >
U* fc::detail::extract_op< A, U >::u

Definition at line 37 of file fwd_impl.hpp.


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