Go to the source code of this file.
|
bool | pfc::bsearch (t_size p_count, bsearch_callback const &p_callback, t_size &p_result) |
|
template<typename t_container , typename t_compare , typename t_param , typename t_permutation > |
bool | pfc::bsearch_permutation_t (t_size p_count, const t_container &p_container, t_compare p_compare, const t_param &p_param, const t_permutation &p_permutation, t_size &p_index) |
|
template<typename t_container , typename t_compare , typename t_param > |
bool | pfc::bsearch_range_t (const t_size p_count, const t_container &p_container, t_compare p_compare, const t_param &p_param, t_size &p_range_base, t_size &p_range_count) |
|
template<typename t_container , typename t_compare , typename t_param > |
bool | pfc::bsearch_t (t_size p_count, const t_container &p_container, t_compare p_compare, const t_param &p_param, t_size &p_index) |
|