bottom Struct Reference

This is a type that pretends to be convertible to anything. More...

#include <atria/meta/utils.hpp>

Public Member Functions

template<typename T >
 operator T && () const
 
template<typename T >
 operator T & () const
 
template<typename T >
 operator const T & () const
 

Detailed Description

This is a type that pretends to be convertible to anything.

This can be used as a placeholder for any parameter type in result_of metacalls.

Note
Conversion is not defined. Only use in non-evaluated contexes.

Definition at line 48 of file utils.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub