struct error_info
Declaration
template <typename Tag, typename Type>
struct error_info { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/errors/include/pika/errors/exception_info.hpp:29
Member Variables
- public Type _value
Method Overview
- public error_info<Tag, Type>(const Type & value)
- public error_info<Tag, Type>(Type && value)
Methods
error_info<Tag, Type>(const Type& value)
error_info<Tag, Type>(const Type& value)Declared at: libs/pika/errors/include/pika/errors/exception_info.hpp:34
Parameters
- const Type& value
error_info<Tag, Type>(Type&& value)
error_info<Tag, Type>(Type&& value)Declared at: libs/pika/errors/include/pika/errors/exception_info.hpp:39
Parameters
- Type&& value