Orocos Real-Time Toolkit  2.9.0
Public Types | Public Member Functions | List of all members
RTT::internal::divides3< int, int, int > Struct Template Reference

#include <rtt/internal/mystd.hpp>

Public Types

typedef int result_type
 
typedef int first_argument_type
 
typedef int second_argument_type
 

Public Member Functions

result_type operator() (int a, int b) const
 

Detailed Description

template<>
struct RTT::internal::divides3< int, int, int >

Definition at line 342 of file mystd.hpp.

Member Typedef Documentation

typedef int RTT::internal::divides3< int, int, int >::first_argument_type

Definition at line 345 of file mystd.hpp.

typedef int RTT::internal::divides3< int, int, int >::result_type

Definition at line 344 of file mystd.hpp.

typedef int RTT::internal::divides3< int, int, int >::second_argument_type

Definition at line 346 of file mystd.hpp.

Member Function Documentation

result_type RTT::internal::divides3< int, int, int >::operator() ( int  a,
int  b 
) const
inline

Definition at line 348 of file mystd.hpp.


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