c++ Programming Glossary: taga
C++ Get name of type in template http://stackoverflow.com/questions/1055452/c-get-name-of-type-in-template
Integrate type name in static_assert output? http://stackoverflow.com/questions/6415186/integrate-type-name-in-static-assert-output Foo T Tag from Foo T OtherTag . int main Foo int struct TagA fA Foo int struct TagB fB fA Output on MSVC src main.cpp 74.. to function template instantiation 'Foo T Tag Foo main TagA const Foo T main TagA ' being compiled with T int Tag main.. instantiation 'Foo T Tag Foo main TagA const Foo T main TagA ' being compiled with T int Tag main TagB One tag is mentioned..
|