Searched refs:NotIMS (Results 1 – 1 of 1) sorted by relevance
35 using NotIMS = forward_iterator<NonCopyable*>; typedef37 static_assert( std::forward_iterator<NotIMS>);38 static_assert(!std::indirectly_movable_storable<NotIMS, NotIMS>);39 static_assert( std::indirectly_swappable<NotIMS>);40 static_assert(!std::permutable<NotIMS>);