tetl 0.1.0
Embedded Template Library
|
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 | |
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
|
explicitdefault |