QSapecNG
 All Classes Functions Enumerations Properties
Public Types | Public Member Functions
boost::tree_collector< Coll, Seq > Struct Template Reference

List of all members.

Public Types

typedef Coll::value_type coll_value_type
typedef Seq::value_type seq_value_type

Public Member Functions

 BOOST_CONCEPT_ASSERT ((BackInsertionSequence< Coll >))
 BOOST_CONCEPT_ASSERT ((RandomAccessContainer< Seq >))
 BOOST_CONCEPT_ASSERT ((CopyConstructible< Seq >))
 BOOST_STATIC_ASSERT ((is_same< coll_value_type, Seq >::value))
 BOOST_STATIC_ASSERT ((is_same< seq_value_type, bool >::value))
 tree_collector (Coll &seqs)
void operator() (Seq seq)

template<class Coll, class Seq>
struct boost::tree_collector< Coll, Seq >


The documentation for this struct was generated from the following file:
 All Classes Functions Enumerations Properties