Home
last modified time | relevance | path

Searched defs:ReversibleContainerConcept (Results 1 – 2 of 2) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dconcept_check.hpp747 struct ReversibleContainerConcept struct
749 typedef typename ReversibleContainer::const_iterator const_iterator;
751 const_reverse_iterator;
753 void constraints() { in constraints()
760 void const_constraints(const ReversibleContainer& cc) { in const_constraints()
764 ReversibleContainer c;
/dports/biology/lamarc/lamarc-2.1.8/boost/numeric/ublas/detail/
H A Dconcepts.hpp364 struct ReversibleContainerConcept { struct
365 typedef C container_type;
366 typedef typename C::const_reverse_iterator const_reverse_iterator_type;
368 static void constraints () { in constraints()