| 
    QuickCppLib 0.10
    
   Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries! 
   | 
 
Namespaces | |
| namespace | swap_ns | 
Classes | |
| struct | has_overloaded_addressof | 
Functions | |
| template<typename T , TR2_OPTIONAL_REQUIRES(!has_overloaded_addressof< T >) > | |
| constexpr T * | static_addressof (T &ref) | 
| template<typename T , TR2_OPTIONAL_REQUIRES(has_overloaded_addressof< T >) > | |
| T * | static_addressof (T &ref) | 
| template<class U > | |
| constexpr U | convert (U v) | 
      
  | 
  constexpr | 
| T * std::experimental::detail_::static_addressof | ( | T & | ref | ) |