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

Converts Base to a type of the same signature as Ref. For example, if Ref is SafePtr<T> then Base is converted to SafePtr<Base> 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 SafePtr<T> then Base is converted to SafePtr<Base>


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