Fermat
Public Types | Public Methods | List of all members
cugar::component_functor< Vector_type > Struct Template Reference

Detailed description

template<typename Vector_type>
struct cugar::component_functor< Vector_type >

return the second_argument component of the first_argument vector

#include <functors.h>

Public Types

typedef binary_function_tag function_tag
 
typedef Vector_type first_argument_type
 
typedef uint32 second_argument_type
 
typedef Vector_type::value_type result_type
 

Public Methods

CUGAR_HOST_DEVICE result_type operator() (const first_argument_type v, const second_argument_type i) const
 

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