Scorum
|
#include <market.hpp>
Public Types | |
template<bool site> | |
using | wincase = yes_no_wincase< site, kind, tag > |
using | yes = wincase< true > |
using | no = wincase< false > |
Public Member Functions | |
bool | has_trd_state () const |
Static Public Attributes | |
static constexpr market_kind | kind_v = kind |
Definition at line 43 of file market.hpp.
using scorum::protocol::yes_no_market< kind, tag >::no = wincase<false> |
Definition at line 47 of file market.hpp.
using scorum::protocol::yes_no_market< kind, tag >::wincase = yes_no_wincase<site, kind, tag> |
Definition at line 45 of file market.hpp.
using scorum::protocol::yes_no_market< kind, tag >::yes = wincase<true> |
Definition at line 46 of file market.hpp.
|
inline |
Definition at line 50 of file market.hpp.
|
staticconstexpr |
Definition at line 48 of file market.hpp.