| kth_semantic_element_type, kth_semantic_element_reference_type, kth_semantic_element_const_reference_type, semantic_at_c | |||||||||||||||||||||||||||||
| Classes | |
| struct | kth_semantic_element_type | 
| Specifies the type of the K-th semantic element of a color base.  More... | |
| struct | kth_semantic_element_reference_type | 
| Specifies the return type of the mutable semantic_at_c<K>(color_base);.  More... | |
| struct | kth_semantic_element_const_reference_type | 
| Specifies the return type of the constant semantic_at_c<K>(color_base);.  More... | |
| Functions | |
| template<int K, typename ColorBase> | |
| disable_if< is_const < ColorBase >, typename kth_semantic_element_reference_type < ColorBase, K >::type >::type | semantic_at_c (ColorBase &p) | 
| A mutable accessor to the K-th semantic element of a color base. | |
| template<int K, typename ColorBase> | |
| kth_semantic_element_const_reference_type < ColorBase, K >::type | semantic_at_c (const ColorBase &p) | 
| A constant accessor to the K-th semantic element of a color base. | |
 1.5.6
 1.5.6