NAME
XS::STL::ErrorCategory - Perl binding for C++ STL's std::error_category.
DESCRIPTION
See XS::STL::ErrorCode for details
API
name(), operator ""
Returns category name
message($code)
Returns error message for error code value $code
operator ==, eq
Compares two categories and returns true if they are the same
AUTHOR
Pronin Oleg <syber@crazypanda.ru>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.