BSLALG_DECLARE_NESTED_TRAITS2

Like BSLALG_DECLARE_NESTED_TRAITS, but for two traits.

Synopsis

Declared in <bslalg_typetraits.h>

#define BSLALG_DECLARE_NESTED_TRAITS2(T, TRAIT1, TRAIT2)

Parameters

NameDescription
Tclass with which to associate the traits
TRAIT1first trait tag to associate with T
TRAIT2second trait tag to associate with T