• Home
  • Raw
  • Download

Lines Matching refs:BOOST_CONCEPT_USAGE

72       BOOST_CONCEPT_USAGE(Integer)  in BOOST_CONCEPT_USAGE()  function
98 BOOST_CONCEPT_USAGE(SignedInteger) { in BOOST_CONCEPT_USAGE() function
115 BOOST_CONCEPT_USAGE(UnsignedInteger) {
137 BOOST_CONCEPT_USAGE(DefaultConstructible) {
145 BOOST_CONCEPT_USAGE(Assignable) {
167 BOOST_CONCEPT_USAGE(CopyConstructible) {
186 BOOST_CONCEPT_USAGE(SGIAssignable) {
208 BOOST_CONCEPT_USAGE(Convertible) {
233 BOOST_CONCEPT_USAGE(EqualityComparable) {
243 BOOST_CONCEPT_USAGE(LessThanComparable) {
253 BOOST_CONCEPT_USAGE(Comparable) {
266 BOOST_CONCEPT_USAGE(NAME) { (void)constraints_(); } \
276 BOOST_CONCEPT_USAGE(NAME) { (void)constraints_(); } \
301 BOOST_CONCEPT_USAGE(Generator) { test(is_void<Return>()); }
321 BOOST_CONCEPT_USAGE(UnaryFunction) { test(is_void<Return>()); }
351 BOOST_CONCEPT_USAGE(BinaryFunction) { test(is_void<Return>()); }
381 BOOST_CONCEPT_USAGE(UnaryPredicate) {
400 BOOST_CONCEPT_USAGE(BinaryPredicate) {
421 BOOST_CONCEPT_USAGE(Const_BinaryPredicate) {
448 BOOST_CONCEPT_USAGE(AdaptableGenerator)
512 BOOST_CONCEPT_USAGE(InputIterator)
529 BOOST_CONCEPT_USAGE(OutputIterator) {
543 BOOST_CONCEPT_USAGE(ForwardIterator)
561 BOOST_CONCEPT_USAGE(Mutable_ForwardIterator) {
571 BOOST_CONCEPT_USAGE(BidirectionalIterator)
589 BOOST_CONCEPT_USAGE(Mutable_BidirectionalIterator)
601 BOOST_CONCEPT_USAGE(RandomAccessIterator)
626 BOOST_CONCEPT_USAGE(Mutable_RandomAccessIterator)
648 BOOST_CONCEPT_USAGE(Container)
675 BOOST_CONCEPT_USAGE(Mutable_Container)
695 BOOST_CONCEPT_USAGE(ForwardContainer)
708 BOOST_CONCEPT_USAGE(Mutable_ForwardContainer)
724 BOOST_CONCEPT_USAGE(ReversibleContainer)
749 BOOST_CONCEPT_USAGE(Mutable_ReversibleContainer)
768 BOOST_CONCEPT_USAGE(RandomAccessContainer)
795 BOOST_CONCEPT_USAGE(Mutable_RandomAccessContainer)
817 BOOST_CONCEPT_USAGE(Sequence)
852 BOOST_CONCEPT_USAGE(FrontInsertionSequence)
865 BOOST_CONCEPT_USAGE(BackInsertionSequence)
892 BOOST_CONCEPT_USAGE(AssociativeContainer)
928 BOOST_CONCEPT_USAGE(UniqueAssociativeContainer)
946 BOOST_CONCEPT_USAGE(MultipleAssociativeContainer)
965 BOOST_CONCEPT_USAGE(SimpleAssociativeContainer)
976 BOOST_CONCEPT_USAGE(PairAssociativeContainer)
990 BOOST_CONCEPT_USAGE(SortedAssociativeContainer)
1039 BOOST_CONCEPT_USAGE(Collection)