conststr 0.2.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
reflect::any_type Struct Reference

Type that can be implicitly converted to any type. More...

#include <reflect.hpp>

Public Member Functions

template<typename T >
constexpr operator T () const noexcept
 Convert to any type. More...
 

Detailed Description

Type that can be implicitly converted to any type.

Warning
Can only used in unevaluated contexts.

Member Function Documentation

◆ operator T()

template<typename T >
constexpr reflect::any_type::operator T ( ) const
constexprnoexcept

Convert to any type.

Template Parameters
Tany type
Returns
Object of any type.

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