Synopsis of methods | |
constexpr view< addressof_fn > | addressof {} |
constexpr view< remove_fn > | remove {} |
Public Types | |
template<typename Rng , typename Value , typename Proj > | |
using | Constraint = meta::and_< MoveConstructible< Value >, remove_if_fn::Constraint< Rng, pred< Value >, Proj > > |