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