|
| template<typename R , typename ET > |
| static constexpr std::true_type | n_index (need_index< R, ET, &ET::handle > *) |
| |
| template<typename , typename > |
| static constexpr std::false_type | n_index (...) |
| |
| template<typename R , typename ET > |
| static constexpr std::true_type | n_void (need_void< R, ET, &ET::handle > *) |
| |
| template<typename , typename > |
| static constexpr std::false_type | n_void (...) |
| |
| static constexpr Need | needs () |
| |
template<typename T, typename TF>
struct marlinmt::book::details::Entry::EntryHelper::Conclusion< T, TF >
Definition at line 163 of file Entry.h.