Implementation helpers for make_array and make_array_with.

Types

Name

Description

return_type_helper

Resolves the element type of the array produced by make_array.

Type Aliases

Name

Description

is_ref_wrapper

Trait that is true when T is a std::reference_wrapper.

not_ref_wrapper

Trait that is true when the decayed T is not a std::reference_wrapper.

return_type

The std::array type make_array returns for the given element types.

Functions

Name

Description

make_array_with_

Builds a std::array by invoking make for each index in the sequence.

Created with MrDocs