SheafSystem  0.0.0.0
sheaf::no_deep_size_policy< M > Class Template Reference

Do not call deep_size on either the key or value. More...

#include <deep_size.h>

Static Public Member Functions

static size_t items_deep_size (const M &xp)
 The deep_size of the items in xp. More...
 

Detailed Description

template<typename M>
class sheaf::no_deep_size_policy< M >

Do not call deep_size on either the key or value.

Definition at line 54 of file deep_size.h.

Member Function Documentation

◆ items_deep_size()

template<typename M >
size_t sheaf::no_deep_size_policy< M >::items_deep_size ( const M &  xp)
static

The deep_size of the items in xp.

Postcondition
  • result == 0

Definition at line 57 of file deep_size.impl.h.

References sheaf::value_ptr_deep_size_policy< M >::items_deep_size().


The documentation for this class was generated from the following files: