|
fsm
|
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 > & |
A type trait that provides a const reference type for a given type.
| T | The type to transform. |
1.8.13