constantly_t< T > Struct Template Reference

#include <atria/prelude/constantly.hpp>

Public Member Functions

template<typename... ArgTs>
auto operator() (ArgTs &&...)&-> T &
 
template<typename... ArgTs>
auto operator() (ArgTs &&...) const &-> const T &
 
template<typename... ArgTs>
auto operator() (ArgTs &&...)&&-> T &&
 

Public Attributes

value
 

Detailed Description

template<typename T>
struct atria::prelude::constantly_t< T >

See also
constantly

Definition at line 40 of file constantly.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub