OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::anything Struct Reference

Type that can by constructed from single argument of any other type. More...

#include <eagine/anything.hpp>

Public Member Functions

constexpr anything () noexcept=default
 Default constructor.
 
constexpr anything (anything &&) noexcept=default
 Move constructor.
 
constexpr anything (const anything &) noexcept=default
 Copy constructor.
 
auto operator= (anything &&) noexcept -> anything &=default
 Move assignment operator.
 
auto operator= (const anything &) noexcept -> anything &=default
 Copy assignment operator.
 
template<typename Unused >
constexpr anything (const Unused &) noexcept
 Construction from any other type.
 

Detailed Description

Type that can by constructed from single argument of any other type.


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

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).