Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::Same< Lhs, Rhs > Struct Template Reference

Same concept, two types Lhs and Rhs are considered the same if meta::is_same<Lhs, Rhs>() is true. More...

#include "Same.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class Lhs, class Rhs>
struct scl::concepts::Same< Lhs, Rhs >

Same concept, two types Lhs and Rhs are considered the same if meta::is_same<Lhs, Rhs>() is true.

Template Parameters
Lhsbeing the left hand side type
Rhsbeing th right hand side type

Definition at line 13 of file Same.h.

Member Function Documentation

◆ operator bool()

template<class Lhs , class Rhs >
constexpr scl::concepts::Same< Lhs, Rhs >::operator bool ( ) const
inline

Definition at line 14 of file Same.h.


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