LIBINT 2.9.0
Public Types | List of all members
libint2::ReturnTypeAnalog< Ref, Base > Struct Template Reference

Converts Base to a type of the same signature as Ref. More...

#include <traits.h>

Public Types

typedef const Base & result
 

Detailed Description

template<typename Ref, typename Base>
struct libint2::ReturnTypeAnalog< Ref, Base >

Converts Base to a type of the same signature as Ref.

For example, if Ref is std::shared_ptr<T> then Base is converted to std::shared_ptr<Base>


The documentation for this struct was generated from the following file: