Trailing return type

id: trailing-return-type-280-6594335
title: Trailing return type
text: In computer programming, a subroutine will often inform calling code about the result of its computation, by returning a value to that calling code. The data type of that value is called the function's return type. In the C++ programming language, a function must be declared. The C++ function's return type is specified as a part of declaring that function. A trailing return type, a syntax feature available since C++11, is like a traditional return type, except that it is specified in a different
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Trailing_return_type
date created:
date modified: 2023-11-27T15:18:24Z
main entity: {"identifier":"Q107709782","url":"https://www.wikidata.org/entity/Q107709782"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part