|
Support Class Library
A set of tools providing classes and utility
|
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 |
Same concept, two types Lhs and Rhs are considered the same if meta::is_same<Lhs, Rhs>() is true.
| Lhs | being the left hand side type |
| Rhs | being th right hand side type |
|
inline |
1.8.13