Bitcoin Core 29.99.0
P2P Digital Currency
Public Types | List of all members
mp::Split< 0, _Second, _First, true > Struct Template Reference

Specialization of above (base case) More...

#include <util.h>

Public Types

using First = _First
 
using Second = _Second
 

Detailed Description

template<typename _Second, typename _First>
struct mp::Split< 0, _Second, _First, true >

Specialization of above (base case)

Definition at line 61 of file util.h.

Member Typedef Documentation

◆ First

template<typename _Second , typename _First >
using mp::Split< 0, _Second, _First, true >::First = _First

Definition at line 63 of file util.h.

◆ Second

template<typename _Second , typename _First >
using mp::Split< 0, _Second, _First, true >::Second = _Second

Definition at line 64 of file util.h.


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