|
template<class Cont >
Convert a FB::VariantList to STL-style container (i.e. supports value_type and back-insert-iterators).
Definition at line 178 of file variant_list.h. References convert_variant_list(). Referenced by convert_variant_list(). 00179 { 00180 Cont to; 00181 convert_variant_list<typename Cont::value_type>(from.begin(), from.end(), std::back_inserter(to)); 00182 return to; 00183 }
Here is the call graph for this function:
![]() |
Generated on 19 Jun 2013 for FireBreath by
1.6.1
Labels

