Searched defs:is_sequence (Results 1 – 12 of 12) sorted by relevance
64 struct is_sequence struct102 template<> struct is_sequence<int> struct
47 template< typename T > struct is_sequence< my_seq1< T > > : boost::true_type {}; struct48 template< typename T > struct is_sequence< my_seq2< T > > : boost::true_type {}; struct
3 is_sequence title
61 struct is_sequence struct
113 struct is_sequence { struct
14 def is_sequence(seq): function
75 typedef typename fusion::traits::is_sequence<T>::type is_sequence; in call() typedef128 typedef typename fusion::traits::is_sequence<T>::type is_sequence; in call() typedef
482 pub fn is_sequence(&self) -> bool { in is_sequence() method
348 def is_sequence(seq): function
365 def _validate_arguments(is_sequence, is_dataset, use_multiprocessing, workers, argument
345 bool is_sequence(handle h) { in is_sequence() function
2282 bool is_sequence = extractIndices(A, index, input); in getsetitem() local