neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::type_traits_detail Namespace Reference

Classes

struct  anyx
 

Typedefs

typedef char yes
 
typedef char(& no)[2]
 

Functions

no operator<< (const anyx &, const anyx &)
 
no operator>> (const anyx &, const anyx &)
 
template<class T >
yes check (T const &)
 
no check (no)
 

Typedef Documentation

◆ no

typedef char(& neolib::type_traits_detail::no)[2]

Definition at line 49 of file type_traits.hpp.

◆ yes

Function Documentation

◆ check() [1/2]

no neolib::type_traits_detail::check ( no  )

◆ check() [2/2]

template<class T >
yes neolib::type_traits_detail::check ( T const )

◆ operator<<()

no neolib::type_traits_detail::operator<< ( const anyx ,
const anyx  
)

◆ operator>>()

no neolib::type_traits_detail::operator>> ( const anyx ,
const anyx  
)