OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
matheval::detail::holds_alternative_impl< T > Struct Template Reference

#include <matheval.hpp>

Collaboration diagram for matheval::detail::holds_alternative_impl< T >:

Public Types

using result_type = bool

Public Member Functions

template<typename U>
bool operator() (U const &) const

Detailed Description

template<typename T>
struct matheval::detail::holds_alternative_impl< T >

Definition at line 267 of file matheval.hpp.

Member Typedef Documentation

◆ result_type

template<typename T>
using matheval::detail::holds_alternative_impl< T >::result_type = bool

Definition at line 268 of file matheval.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
template<typename U>
bool matheval::detail::holds_alternative_impl< T >::operator() ( U const & ) const
inline

Definition at line 270 of file matheval.hpp.


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