std::experimental::atomic_shared_ptr::is_lock_free
From cppreference.com
                    
                                        
                    < cpp | experimental | atomic shared ptr
                    
                                                            
                    | bool is_lock_free() const; | ||
Checks whether the atomic operations on all objects of this type are lock-free.
| Contents | 
[edit] Parameters
(none)
[edit] Return value
true if the atomic operations on the objects of this type are lock-free, false otherwise.
[edit] Exceptions
noexcept specification:  
noexcept
  [edit] See also
| specializes atomic operations for std::shared_ptr (function template) | 


