|
CPP08 1.0
|
Provides template functions for searching elements within containers. [詳解]


クラス | |
| class | NotFoundException |
関数 | |
| template<typename T > | |
| T::iterator | easyfind (T &container, int value) |
Provides template functions for searching elements within containers.
easyfind.hpp に定義があります。
| T::iterator easyfind | ( | T & | container, |
| int | value | ||
| ) |