tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
piecewise_construct_t Struct Reference

etl::piecewise_construct_t is an empty class tag type used to disambiguate between different functions that take two tuple arguments. More...

#include <piecewise_construct.hpp>

Public Member Functions

 piecewise_construct_t ()=default
 

Detailed Description

etl::piecewise_construct_t is an empty class tag type used to disambiguate between different functions that take two tuple arguments.

The overloads that do not use etl::piecewise_construct_t assume that each tuple argument becomes the element of a pair. The overloads that use etl::piecewise_construct_t assume that each tuple argument is used to construct, piecewise, a new object of specified type, which will become the element of the pair.

https://en.cppreference.com/w/cpp/utility/piecewise_construct_t

Constructor & Destructor Documentation

◆ piecewise_construct_t()

piecewise_construct_t ( )
explicitdefault

The documentation for this struct was generated from the following file: