statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
statcpp::is_random_engine< T > Struct Template Reference

Type trait to determine if a type is a random engine. More...

#include <random_engine.hpp>

Inheritance diagram for statcpp::is_random_engine< T >:
[legend]

Detailed Description

template<typename T>
struct statcpp::is_random_engine< T >

Type trait to determine if a type is a random engine.

A concept-like type trait for templates that accept specific engines.

Template Parameters
TType to check

Definition at line 69 of file random_engine.hpp.


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