rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
rikitiki::sane_ref_type< T, Enable > Struct Template Reference

#include <routing.h>

Public Types

typedef T type
 

Detailed Description

template<typename T, bool Enable = std::is_compound<T>::value>
struct rikitiki::sane_ref_type< T, Enable >

Maps compound types to 'const T&', others to 'T'.


The documentation for this struct was generated from the following file: