C++ Library Extensions 2022.12.09
To help learn modern C++ programming
is_template_st< Type > Struct Template Reference

Public Types

using type = no_type_t
 

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename Type>
struct is_template_st< Type >

Definition at line 9 of file 22-is_template_v.cpp.

Member Typedef Documentation

◆ type

template<typename Type >
using is_template_st< Type >::type = no_type_t

Definition at line 11 of file 22-is_template_v.cpp.

Member Data Documentation

◆ value

template<typename Type >
constexpr bool is_template_st< Type >::value = false
staticconstexpr

Definition at line 12 of file 22-is_template_v.cpp.


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