Support Class Library
A set of tools providing classes and utility
Public Types | List of all members
scl::tools::meta::details::NoOp< T > Struct Template Reference

Type construct that exposes a single type that is its type argument. More...

#include "type_mod.h"

Public Types

using type = T
 

Detailed Description

template<class T>
struct scl::tools::meta::details::NoOp< T >

Type construct that exposes a single type that is its type argument.

Template Parameters
Tbeing the type argument to expose

Definition at line 44 of file type_mod.h.

Member Typedef Documentation

◆ type

template<class T>
using scl::tools::meta::details::NoOp< T >::type = T

Definition at line 44 of file type_mod.h.


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