MCPcopy Create free account
hub / github.com/boostorg/json / error_condition make_error_condition

Method error_condition make_error_condition

include/boost/json/impl/error.hpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115inline
116BOOST_SYSTEM_CONSTEXPR
117system::error_condition
118make_error_condition(condition c) noexcept
119{
120 return system::error_condition(
121 static_cast<std::underlying_type<condition>::type>(c),
122 detail::error_condition_category );
123}
124
125} // namespace json
126} // namespace boost

Callers

nothing calls this directly

Calls 1

error_conditionClass · 0.85

Tested by

no test coverage detected