The node in the descriptor tree representing a value placeholder.  
 More...
#include <dune/functions/functionspacebases/containerdescriptors.hh>
 | 
| template<class Index >  | 
| Value  | operator[] (const Index &) const | 
|   | The child access method is only available for the interface, but should not be called.  
  | 
|   | 
 | 
| static constexpr std::size_t  | size () | 
|   | A value placeholder does not have any sub-descriptors, thus its size is zero.  
  | 
|   | 
The node in the descriptor tree representing a value placeholder. 
 
◆ operator[]()
template<class Index > 
  
  
      
        
          | Value Dune::Functions::ContainerDescriptors::Value::operator[]  | 
          ( | 
          const Index &  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
The child access method is only available for the interface, but should not be called. 
 
 
◆ size()
  
  
      
        
          | static constexpr std::size_t Dune::Functions::ContainerDescriptors::Value::size  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticconstexpr   | 
  
 
A value placeholder does not have any sub-descriptors, thus its size is zero. 
 
 
The documentation for this struct was generated from the following file: