Template Struct is_specialization< TemplateT< ArgsT… >, TemplateT >

template<template<class...> class TemplateT, class ...ArgsT>
struct is_specialization<TemplateT<ArgsT...>, TemplateT> : public std::true_type

Previous Template Struct is_specialization
Next Struct WriteToFileStageInterfaceProxy
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.