|  | Home | Libraries | People | FAQ | More | 
Return a pointer to the null resource.
        Defined in header <boost/json/null_resource.hpp>
      
memory_resource* get_null_resource();
        This memory resource always throws the exception std::bad_alloc
        in calls to allocate.
      
Constant.
No-throw guarantee.
        Convenience header <boost/json.hpp>