Template Class err_proxy< T, Any… >¶
Defined in File result.hpp
Inheritance Relationships¶
Base Type¶
public legion::core::common::err_ident
(Class err_ident)
Class Documentation¶
-
template<class
T
, class ...Any
>
classlegion::core::common
::
err_proxy
<T, Any...> : public legion::core::common::err_ident¶ -
Public Functions
-
template<typename = std::enable_if_t<!std::is_same<T, tuple_create_helper>::value>>
inlineerr_proxy
(T val, Any... args)¶
-
inline explicit
err_proxy
(tuple_type tpl)¶
-
inline explicit
err_proxy
(tuple_create_helper, tuple_type tpl)¶
-
inline
operator std::tuple<T, Any...>&
()¶
-
inline
operator const std::tuple<T, Any...>&
() const¶
-
template<typename = std::enable_if_t<!std::is_same<T, tuple_create_helper>::value>>