CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Printable< T > Struct Template Reference

#include <CeresEngine/Foundation/NamedType.hpp>

Inheritance diagram for CeresEngine::Printable< T >:
CeresEngine::CRTP< T, Printable > CeresEngine::Arithmetic< T >

Public Member Functions

void print (std::ostream &os) const
 
- Public Member Functions inherited from CeresEngine::CRTP< T, Printable >
constexpr T & getUnderlying ()
 
constexpr T const & getUnderlying () const
 

Static Public Attributes

static constexpr bool is_printable = true
 

Member Function Documentation

◆ print()

template<typename T >
void CeresEngine::Printable< T >::print ( std::ostream &  os) const
inline

Member Data Documentation

◆ is_printable

template<typename T >
constexpr bool CeresEngine::Printable< T >::is_printable = true
staticconstexpr

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