OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Public Types | Public Member Functions | List of all members
matheval::detail::holds_alternative_impl< T > Struct Template Reference

#include <matheval.hpp>

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 266 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 267 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 269 of file matheval.hpp.


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