Iros
 
Loading...
Searching...
No Matches
di::meta::detail::ReplaceIfReducer< Pred, Replacement > Struct Template Reference

#include <di/meta/algorithm.h>

Public Types

template<typename Acc, typename Val>
using Invoke = PushBack<Acc, Conditional<Invoke<Pred, Val>::value, Replacement, Val>>
 

Member Typedef Documentation

◆ Invoke

template<typename Pred, typename Replacement>
template<typename Acc, typename Val>
using di::meta::detail::ReplaceIfReducer< Pred, Replacement >::Invoke = PushBack<Acc, Conditional<Invoke<Pred, Val>::value, Replacement, Val>>

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