Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Free
Faster access than browser!
 

Functional (C++)

Index Functional (C++)

In the context of the programming language C++, functional refers to a header file that is part of the C++ Standard Library and provides a set of predefined class templates for function objects, including operations for arithmetic, comparisons, and logic. [1]

18 relations: Algorithm (C++), Anonymous function, Arity, Boolean data type, C++, C++ classes, C++ Standard Library, C++11, Function object, Include directive, Instance (computer science), Operators in C and C++, Polymorphism (computer science), Subroutine, Template (C++), Typedef, Unary function, Wrapper function.

Algorithm (C++)

In the C++ Standard Library, algorithms are components that perform algorithmic operations on containers and other sequences.

New!!: Functional (C++) and Algorithm (C++) · See more »

Anonymous function

In computer programming, an anonymous function (function literal, lambda abstraction, or lambda expression) is a function definition that is not bound to an identifier.

New!!: Functional (C++) and Anonymous function · See more »

Arity

In logic, mathematics, and computer science, the arity of a function or operation is the number of arguments or operands that the function takes.

New!!: Functional (C++) and Arity · See more »

Boolean data type

In computer science, the Boolean data type is a data type that has one of two possible values (usually denoted true and false), intended to represent the two truth values of logic and Boolean algebra.

New!!: Functional (C++) and Boolean data type · See more »

C++

C++ ("see plus plus") is a general-purpose programming language.

New!!: Functional (C++) and C++ · See more »

C++ classes

A class in C++ is a user defined type or data structure declared with keyword class that has data and functions (also called methods) as its members whose access is governed by the three access specifiers private, protected or public (by default access to members of a class is private).

New!!: Functional (C++) and C++ classes · See more »

C++ Standard Library

In the C++ programming language, the C++ Standard Library is a collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself.

New!!: Functional (C++) and C++ Standard Library · See more »

C++11

C++11 is a version of the standard for the programming language C++.

New!!: Functional (C++) and C++11 · See more »

Function object

In computer programming, a function object is a construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax (a function parameter that can also be a function).

New!!: Functional (C++) and Function object · See more »

Include directive

Many programming languages and other computer files have a directive, often called include (as well as copy and import), that causes the contents of a second file to be inserted into the original file.

New!!: Functional (C++) and Include directive · See more »

Instance (computer science)

In object-oriented programming (OOP), an instance is a concrete occurrence of any object, existing usually during the runtime of a computer program.

New!!: Functional (C++) and Instance (computer science) · See more »

Operators in C and C++

This is a list of operators in the C and C++ programming languages.

New!!: Functional (C++) and Operators in C and C++ · See more »

Polymorphism (computer science)

In programming languages and type theory, polymorphism (from Greek πολύς, polys, "many, much" and μορφή, morphē, "form, shape") is the provision of a single interface to entities of different types.

New!!: Functional (C++) and Polymorphism (computer science) · See more »

Subroutine

In computer programming, a subroutine is a sequence of program instructions that performs a specific task, packaged as a unit.

New!!: Functional (C++) and Subroutine · See more »

Template (C++)

Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types.

New!!: Functional (C++) and Template (C++) · See more »

Typedef

typedef is a reserved keyword in the C and C++ programming languages.

New!!: Functional (C++) and Typedef · See more »

Unary function

A unary function is a function that takes one argument.

New!!: Functional (C++) and Unary function · See more »

Wrapper function

A wrapper function is a subroutine in a software library or a computer program whose main purpose is to call a second subroutine or a system call with little or no additional computation.

New!!: Functional (C++) and Wrapper function · See more »

Redirects here:

Functor (C++).

References

[1] https://en.wikipedia.org/wiki/Functional_(C%2B%2B)

OutgoingIncoming
Hey! We are on Facebook now! »