fire v0.19.0
Framework for sImulation and Reconstruction of Events
fire::io::class_version_impl Namespace Reference

hide the SFINAE confusing nonsense from the rest of the world More...

Classes

struct  deducer
 Underlying struct deducing the version of a class. More...
 
struct  deducer< T, typename enable_if_type< typename T::version >::type >
 Underlying struct deducing the version of a class. More...
 
struct  enable_if_type
 Check if the passed type T is a valid type at compile time. More...
 

Detailed Description

hide the SFINAE confusing nonsense from the rest of the world

reader beware! This stuff is funky to look at.