fsm
Public Types | List of all members
mpl::const_reference< T > Struct Template Reference

A type trait that provides a const reference type for a given type. More...

#include <type_traits.h>

Public Types

using type = const std::remove_reference_t< T > &
 

Detailed Description

template<class T>
struct mpl::const_reference< T >

A type trait that provides a const reference type for a given type.

Template Parameters
TThe type to transform.

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