man std::BinBase (Fonctions bibliothèques) -
NAME
std::BinBase -
SYNOPSIS
Public Types
typedef FirstArg::value_type Vt
typedef __fun< Oper, Vt >::result_type value_type
Public Member Functions
BinBase (const FirstArg &__e1, const SecondArg &__e2)
value_type operator[] (size_t __i) const
size_t size () const
Private Attributes
const FirstArg & M_expr1
const SecondArg & M_expr2
Detailed Description
template<class Oper, class FirstArg, class SecondArg> class std::BinBase< Oper, FirstArg, SecondArg >
Definition at line 496 of file valarray_before.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.