Home
last modified time | relevance | path

Searched refs:is_error_id (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/libs/leaf/test/
H A Derror_code_test.cpp87 BOOST_TEST(!leaf::is_error_id(ec)); in test()
371 BOOST_TEST(!leaf::is_error_id(ec)); in test_void()
/dports/devel/hyperscan/boost_1_75_0/boost/leaf/
H A Dhandle_errors.hpp36 if( is_error_id(se->code()) ) in unpack_error_id()
39 if( is_error_id(*ec) ) in unpack_error_id()
H A Derror.hpp538 inline bool is_error_id( std::error_code const & ec ) noexcept in is_error_id() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/
H A Dhandle_errors.hpp36 if( is_error_id(se->code()) ) in unpack_error_id()
39 if( is_error_id(*ec) ) in unpack_error_id()
H A Derror.hpp538 inline bool is_error_id( std::error_code const & ec ) noexcept in is_error_id() function
/dports/devel/hyperscan/boost_1_75_0/libs/leaf/doc/
H A Dleaf.adoc1920 bool is_error_id( std::error_code const & ec ) noexcept;
1997 Reference: <<error_id>> | <<is_error_id>> | <<new_error>> | <<current_error>> | <<polymorphic_conte…
3427 bool is_error_id( std::error_code const & ec ) noexcept;
3438 …r_code>> | <<error_id::comparison_operators>> | <<error_id::load>> | <<is_error_id>> | <<new_error…
3468 TIP: To check if a given `std::error_code` is actually carrying an `error_id`, use <<is_error_id>>.
3473 * Otherwise, if `<<is_error_id,is_error_id>>(ec)` is `true`, the original `error_id` value is used …
3478 [[is_error_id]] anchor
3479 ==== `is_error_id`
3486 bool is_error_id( std::error_code const & ec ) noexcept;
3583 TIP: Use <<is_error_id>> to check if a given `std::error_code` carries an `error_id`.
/dports/devel/hyperscan/boost_1_75_0/boost/
H A Dleaf.hpp1507 inline bool is_error_id( std::error_code const & ec ) noexcept in is_error_id() function
3152 if( is_error_id(se->code()) ) in unpack_error_id()
3155 if( is_error_id(*ec) ) in unpack_error_id()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/
H A Dleaf.hpp1507 inline bool is_error_id( std::error_code const & ec ) noexcept in is_error_id() function
3152 if( is_error_id(se->code()) ) in unpack_error_id()
3155 if( is_error_id(*ec) ) in unpack_error_id()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/
H A Dleaf.hpp1507 inline bool is_error_id( std::error_code const & ec ) noexcept in is_error_id() function
3152 if( is_error_id(se->code()) ) in unpack_error_id()
3155 if( is_error_id(*ec) ) in unpack_error_id()