BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface software
|
#include <typelist.hpp>
Static Public Attributes | |
static constexpr int | deeper = index_of<Search, list<Ts...>>::value |
static constexpr int | value = std::is_same<Search, T>::value? 0 : (deeper == -1? -1 : deeper + 1) |
Definition at line 60 of file typelist.hpp.
|
static |
Definition at line 61 of file typelist.hpp.
|
static |
Definition at line 62 of file typelist.hpp.