Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

decltype in c++

decltype is useful when declaring types that are difficult or impossible to declare using standard notation, like lambda-related types or types that depend on template parameters.
Source by en.cppreference.com #
 
PREVIOUS NEXT
Tagged: #decltype
ADD COMMENT
Topic
Name
4+4 =