tag::doc_storage_ptr_4[]
| 64 | |
| 65 | // tag::doc_storage_ptr_4[] |
| 66 | value parse_value( string_view s) |
| 67 | { |
| 68 | return parse( s, make_shared_resource< monotonic_resource >() ); |
| 69 | } |
| 70 | // end::doc_storage_ptr_4[] |
| 71 | |
| 72 | //---------------------------------------------------------- |
no outgoing calls
no test coverage detected