|
Electroneum
|
#include <limits>#include <boost/thread.hpp>#include <boost/utility/value_init.hpp>

Go to the source code of this file.
Namespaces | |
| epee | |
| epee::misc_utils | |
Macros | |
| #define | STD_TRY_BEGIN() try { |
| #define | STD_TRY_CATCH(where_, ret_val) |
| #define | AUTO_VAL_INIT(v) boost::value_initialized<decltype(v)>() |
Typedefs | |
| typedef boost::shared_ptr< call_befor_die_base > | epee::misc_utils::auto_scope_leave_caller |
Functions | |
| template<typename t_type > | |
| t_type | epee::misc_utils::get_max_t_val (t_type t) |
| template<typename t_iterator > | |
| t_iterator | epee::misc_utils::move_it_forward (t_iterator it, size_t count) |
| template<typename t_iterator > | |
| t_iterator | epee::misc_utils::move_it_backward (t_iterator it, size_t count) |
| template<class _Ty > | |
| bool | epee::misc_utils::is_less_as_pod (const _Ty &_Left, const _Ty &_Right) |
| bool | epee::misc_utils::sleep_no_w (long ms) |
| template<class type_vec_type > | |
| type_vec_type | epee::misc_utils::median (std::vector< type_vec_type > &v) |
| template<class t_scope_leave_handler > | |
| auto_scope_leave_caller | epee::misc_utils::create_scope_leave_handler (t_scope_leave_handler f) |
| #define AUTO_VAL_INIT | ( | v | ) | boost::value_initialized<decltype(v)>() |
Definition at line 53 of file misc_language.h.
| #define STD_TRY_BEGIN | ( | ) | try { |
Definition at line 36 of file misc_language.h.
| #define STD_TRY_CATCH | ( | where_, | |
| ret_val | |||
| ) |
Definition at line 38 of file misc_language.h.