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

An object of unspecified type such that any value can be assigned to it with no effect. Intended for use with etl::tie when unpacking a etl::tuple, as a placeholder for the arguments that are not used. More...

#include <ignore.hpp>

Public Member Functions

template<typename T>
constexpr auto operator= (T const &) const -> auto const &
 

Detailed Description

An object of unspecified type such that any value can be assigned to it with no effect. Intended for use with etl::tie when unpacking a etl::tuple, as a placeholder for the arguments that are not used.

Member Function Documentation

◆ operator=()

template<typename T>
auto operator= ( T const & ) const -> auto const&
inlineconstexpr

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