Class block3D_htro
Defined in File block3D_ht.hpp
Inheritance Relationships
Base Types
public rpdecorator::decorator< std::unordered_map< block3D_ht_key_type, block3D_htro_value_type, detail::hash_function > >
public rer::stringizable
Class Documentation
-
class block3D_htro : public rpdecorator::decorator<std::unordered_map<block3D_ht_key_type, block3D_htro_value_type, detail::hash_function>>, public rer::stringizable
Public Functions
-
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
-
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
-
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
-
template<typename ...Args>
inline auto Func(Args&&... args) -> decltype(std::declval<decltype(Member)>().Func(args...))
-
RCPPSW_DECORATE_CT()
-
RCPPSW_DECORATE_DECL(iterator)
-
RCPPSW_DECORATE_DECL(value_type)
-
RCPPSW_WRAP_DECLDEF(begin)
-
RCPPSW_WRAP_DECLDEF(end)
-
RCPPSW_WRAP_DECLDEF(erase)
-
RCPPSW_WRAP_DECLDEF(insert)
-
std::string to_str(void) const override
-
template<typename ...Args>