Bitcoin ABC  0.26.3
P2P Digital Currency
Public Types | List of all members
RWCollectionView< T, L >::BracketType< I > Struct Template Reference

Public Types

using type = decltype(std::declval< T & >()[std::declval< I >()])
 

Detailed Description

template<typename T, typename L>
template<typename I>
struct RWCollectionView< T, L >::BracketType< I >

Definition at line 22 of file rwcollection.h.

Member Typedef Documentation

◆ type

template<typename T , typename L >
template<typename I >
using RWCollectionView< T, L >::BracketType< I >::type = decltype(std::declval<T &>()[std::declval<I>()])

Definition at line 23 of file rwcollection.h.


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