MEPP2 Project
|
Functions | |
template<typename ContainerType , typename ContainedType > | |
void | insert (ContainerType &container, const ContainedType &element) |
template<typename ContainerType , typename ContainedType > | |
void | erase (ContainerType &container, const ContainedType &element) |
template<typename ContainedType > | |
bool | is_sequential_container (const std::vector< ContainedType > &container) |
template<typename ContainedType > | |
bool | is_sequential_container (const std::list< ContainedType > &container) |
template<typename ContainedType > | |
bool | is_sequential_container (const std::set< ContainedType > &container) |
void FEVV::Container::erase | ( | ContainerType & | container, |
const ContainedType & | element | ||
) |
void FEVV::Container::insert | ( | ContainerType & | container, |
const ContainedType & | element | ||
) |
bool FEVV::Container::is_sequential_container | ( | const std::list< ContainedType > & | container | ) |
Definition at line 54 of file Helpers.hxx.
bool FEVV::Container::is_sequential_container | ( | const std::set< ContainedType > & | container | ) |
Definition at line 61 of file Helpers.hxx.
bool FEVV::Container::is_sequential_container | ( | const std::vector< ContainedType > & | container | ) |
Definition at line 47 of file Helpers.hxx.