table of contents
        
      
      
    | std::error_code::assign(3) | C++ Standard Libary | std::error_code::assign(3) | 
NAME¶
std::error_code::assign - std::error_code::assign
Synopsis¶
void assign( int val, const error_category& cat ) noexcept; (since C++11)
  
   Replaces the contents with error code value val and corresponding category
    cat.
Parameters¶
 val - platform-dependent error code value to assign
  
   cat - error category corresponding to val
Return value¶
(none)
See also¶
 operator= assigns another error code
  
   (public member function)
| 2024.06.10 | http://cppreference.com |