rippled
Public Member Functions | Public Attributes | List of all members
ripple::RPC::detail::ErrorInfoArray< N > Struct Template Reference
Collaboration diagram for ripple::RPC::detail::ErrorInfoArray< N >:
Collaboration graph
[legend]

Public Member Functions

constexpr ErrorInfoArray ()
 

Public Attributes

ErrorInfo infos [N]
 

Detailed Description

template<int N>
struct ripple::RPC::detail::ErrorInfoArray< N >

Definition at line 110 of file ErrorCodes.cpp.

Constructor & Destructor Documentation

◆ ErrorInfoArray()

template<int N>
constexpr ripple::RPC::detail::ErrorInfoArray< N >::ErrorInfoArray ( )
constexpr

Definition at line 114 of file ErrorCodes.cpp.

Member Data Documentation

◆ infos

template<int N>
ErrorInfo ripple::RPC::detail::ErrorInfoArray< N >::infos[N]

Definition at line 118 of file ErrorCodes.cpp.