¡@

Home 

c++ Programming Glossary: response_trait

How do you use type traits to do conditional compilation?

http://stackoverflow.com/questions/13787490/how-do-you-use-type-traits-to-do-conditional-compilation

Boost. Working from this example I tried to define a response_trait and basee conditional compilation on the result of the trait... Vector pos normal struct Matrix template typename T struct response_trait static bool const has_normal false template struct response_trait.. static bool const has_normal false template struct response_trait VertexN static bool const has_normal true template typename..